Skip to content

Tags: OvesN/msbuild

Tags

v17.14.41

Toggle v17.14.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[vs17.14] Update dependencies from dotnet/arcade (dotnet#12940)

This pull request updates the following dependencies

[marker]: <> (Begin:15388ba0-faaf-4906-bba2-a9b719e812a4)
## From https://github.com/dotnet/arcade
- **Subscription**:
[15388ba0-faaf-4906-bba2-a9b719e812a4](https://maestro.dot.net/subscriptions?search=15388ba0-faaf-4906-bba2-a9b719e812a4)
- **Build**:
[20251211.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2859268)
([294364](https://maestro.dot.net/channel/5175/github:dotnet:arcade/build/294364))
- **Date Produced**: December 11, 2025 9:47:41 PM UTC
- **Commit**:
[e9983e548f5b9638784f3b2696eb6cb3e7366548](dotnet/arcade@e9983e5)
- **Branch**:
[release/9.0](https://github.com/dotnet/arcade/tree/release/9.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [9.0.0-beta.25577.5 to 9.0.0-beta.25611.4][1]
     - Microsoft.SourceBuild.Intermediate.arcade
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XliffTasks
     - Microsoft.DotNet.XUnitExtensions

[1]: dotnet/arcade@0890ca0...e9983e5

[DependencyUpdate]: <> (End)


[marker]: <> (End:15388ba0-faaf-4906-bba2-a9b719e812a4)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: huulinh99 <huulinhnguyen99@gmail.com>

v17.12.55

Toggle v17.12.55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[vs17.12] Update dependencies from dotnet/arcade (dotnet#12941)

This pull request updates the following dependencies

[marker]: <> (Begin:98a47e72-fcfd-41c6-b3d2-b8f28e222309)
## From https://github.com/dotnet/arcade
- **Subscription**:
[98a47e72-fcfd-41c6-b3d2-b8f28e222309](https://maestro.dot.net/subscriptions?search=98a47e72-fcfd-41c6-b3d2-b8f28e222309)
- **Build**:
[20251211.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2859268)
([294364](https://maestro.dot.net/channel/5175/github:dotnet:arcade/build/294364))
- **Date Produced**: December 11, 2025 9:47:41 PM UTC
- **Commit**:
[e9983e548f5b9638784f3b2696eb6cb3e7366548](dotnet/arcade@e9983e5)
- **Branch**:
[release/9.0](https://github.com/dotnet/arcade/tree/release/9.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [9.0.0-beta.25577.5 to 9.0.0-beta.25611.4][1]
     - Microsoft.SourceBuild.Intermediate.arcade
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XliffTasks
     - Microsoft.DotNet.XUnitExtensions

[1]: dotnet/arcade@0890ca0...e9983e5

[DependencyUpdate]: <> (End)


[marker]: <> (End:98a47e72-fcfd-41c6-b3d2-b8f28e222309)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: huulinh99 <huulinhnguyen99@gmail.com>

v17.8.49

Toggle v17.8.49's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[vs17.8] Update dependencies from dotnet/arcade (dotnet#12934)

This pull request updates the following dependencies

[marker]: <> (Begin:5f9c9524-456b-43ca-a978-063daaf53c38)
## From https://github.com/dotnet/arcade
- **Subscription**:
[5f9c9524-456b-43ca-a978-063daaf53c38](https://maestro.dot.net/subscriptions?search=5f9c9524-456b-43ca-a978-063daaf53c38)
- **Build**:
[20251211.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2858916)
([294298](https://maestro.dot.net/channel/3885/github:dotnet:arcade/build/294298))
- **Date Produced**: December 11, 2025 11:57:29 AM UTC
- **Commit**:
[4b01306353c43c151d713d152f48a4d523c41960](dotnet/arcade@4b01306)
- **Branch**:
[release/8.0](https://github.com/dotnet/arcade/tree/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [8.0.0-beta.25605.4 to 8.0.0-beta.25611.2][1]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XUnitExtensions

[1]: dotnet/arcade@f922da0...4b01306

[DependencyUpdate]: <> (End)


[marker]: <> (End:5f9c9524-456b-43ca-a978-063daaf53c38)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: huulinh99 <huulinhnguyen99@gmail.com>

v17.14.37

Toggle v17.14.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[vs17.14] Add test summary always in terminal logger (dotnet#12852)

**Description**

Running tests with dotnet test, users see inconsistent number of
projects and tests reported in the view. This is a UI only issue,
failing tests will still fail the build. It is still worth fixing the
issue because it makes the runs show repeatable numbers of tests to the
user.

The terminal node can be null before we receive the finish message. This
will cause that some summaries are not accounted for and will be missing
in the final output.

The node is null for this reason:
dotnet#12819 That fix is not
backported.

**Customer Impact:** Multiple runs of the same test suite report
different total counts of tests and projects.

**Regression?** No, this was never working correctly since the beginning
of test reporting in Terminal Logger.

**Risk:** Low, it impacts UI only.

Link the PR to the original issue and to the PR to main. 
PR to main is merged: dotnet#12801
Fixes microsoft/vstest#15307

No additional impact on packages or localization.

v17.12.53

Toggle v17.12.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[vs17.12] Update dependencies from dotnet/arcade (dotnet#12744)

This pull request updates the following dependencies

[marker]: <> (Begin:98a47e72-fcfd-41c6-b3d2-b8f28e222309)
## From https://github.com/dotnet/arcade
- **Subscription**:
[98a47e72-fcfd-41c6-b3d2-b8f28e222309](https://maestro.dot.net/subscriptions?search=98a47e72-fcfd-41c6-b3d2-b8f28e222309)
- **Build**:
[20251112.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2837083)
([290502](https://maestro.dot.net/channel/5175/github:dotnet:arcade/build/290502))
- **Date Produced**: November 12, 2025 5:37:34 PM UTC
- **Commit**:
[6e2d8e204cebac7d3989c1996f96e5a9ed63fa80](dotnet/arcade@6e2d8e2)
- **Branch**:
[release/9.0](https://github.com/dotnet/arcade/tree/release/9.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [9.0.0-beta.25515.2 to 9.0.0-beta.25562.4][2]
     - Microsoft.SourceBuild.Intermediate.arcade
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XliffTasks
     - Microsoft.DotNet.XUnitExtensions

[2]: dotnet/arcade@6666973...6e2d8e2

[DependencyUpdate]: <> (End)

- **Updates to .NET SDKs:**
  - Updates **tools.dotnet** to 9.0.112

[marker]: <> (End:98a47e72-fcfd-41c6-b3d2-b8f28e222309)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>

v17.8.45

Toggle v17.8.45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[vs17.8] Update dependencies from dotnet/arcade (dotnet#12739)

This pull request updates the following dependencies

[marker]: <> (Begin:5f9c9524-456b-43ca-a978-063daaf53c38)
## From https://github.com/dotnet/arcade
- **Subscription**:
[5f9c9524-456b-43ca-a978-063daaf53c38](https://maestro.dot.net/subscriptions?search=5f9c9524-456b-43ca-a978-063daaf53c38)
- **Build**:
[20251105.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2831845)
([289772](https://maestro.dot.net/channel/3885/github:dotnet:arcade/build/289772))
- **Date Produced**: November 6, 2025 10:23:30 AM UTC
- **Commit**:
[048a8c0ba5b72234301a3605c424ee9f9ff99772](dotnet/arcade@048a8c0)
- **Branch**:
[release/8.0](https://github.com/dotnet/arcade/tree/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [8.0.0-beta.25515.1 to 8.0.0-beta.25555.2][1]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XUnitExtensions

[1]: dotnet/arcade@6544413...048a8c0

[DependencyUpdate]: <> (End)

- **Updates to .NET SDKs:**
  - Updates **tools.dotnet** to 8.0.121

[marker]: <> (End:5f9c9524-456b-43ca-a978-063daaf53c38)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>

v18.0.2

Toggle v18.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add runtime mismatch validation when Runtime is explicitly specified …

…in custom task (dotnet#12642)

### Context
Currently, in order to have Runtime="Net" executed out-of-proc, you must
explicitly specify TaskFactory="TaskHostFactory" in the UsingTask
element.

### Changes Made
Added runtime mismatch validation when Runtime is explicitly specified
to omit TaskFactory specification in UsingTask.

### Regression
No

### Risks
Low — validation logic only affects cases where Runtime is explicitly
set.

### Testing
Added a dedicated test.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Rainer Sigwald <raines@microsoft.com>
Co-authored-by: Chet Husk <chusk3@gmail.com>

v17.14.28

Toggle v17.14.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[vs17.14] Merge v17.14.28 into vs17.14 (dotnet#12650)

Merging tag v17.14.28 into vs17.14 branch

v17.10.39

Toggle v17.10.39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[automated] Merge branch 'vs17.8' => 'vs17.10' (dotnet#12317)

I detected changes in the vs17.8 branch which have not been merged yet
to vs17.10. I'm a robot and am configured to help you automatically keep
vs17.10 up to date, so I've opened this PR.

This PR merges commits made on vs17.8 by the following committers:

* @dotnet-maestro[bot]
* @GangWang01

## Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete
this PR by creating a merge commit, *not* a squash or rebase commit.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

If this repo does not allow creating merge commits from the GitHub UI,
use command line instructions.

## Instructions for merging via command line

Run these commands to merge this pull request from the command line.

``` sh
git fetch
git checkout vs17.8
git pull --ff-only
git checkout vs17.10
git pull --ff-only
git merge --no-ff vs17.8

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet/msbuild HEAD:merge/vs17.8-to-vs17.10
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/msbuild HEAD:merge/vs17.8-to-vs17.10
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-using-the-command-line/

## Instructions for updating this pull request

Contributors to this repo have permission update this pull request by
pushing to the branch 'merge/vs17.8-to-vs17.10'. This can be done to
resolve conflicts or make other changes to this pull request before it
is merged.
The provided examples assume that the remote is named 'origin'. If you
have a different remote name, please replace 'origin' with the name of
your remote.

```
git fetch
git checkout -b merge/vs17.8-to-vs17.10 origin/vs17.10
git pull https://github.com/dotnet/msbuild merge/vs17.8-to-vs17.10
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/msbuild HEAD:merge/vs17.8-to-vs17.10
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/vs17.8-to-vs17.10 origin/vs17.10
git pull git@github.com:dotnet/msbuild merge/vs17.8-to-vs17.10
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/msbuild HEAD:merge/vs17.8-to-vs17.10
```

</details>

Contact .NET Core Engineering (dotnet/dnceng) if you have questions or
issues.
Also, if this PR was generated incorrectly, help us fix it. See
https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.

---------

Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Gang Wang <v-gaw@microsoft.com>
Co-authored-by: Nguyen Huu Linh <43189610+huulinhnguyen-dev@users.noreply.github.com>
Co-authored-by: huulinh99 <huulinhnguyen99@gmail.com>

v17.14.21

Toggle v17.14.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[vs17.14] Update dependencies from dotnet/arcade (dotnet#12311)

This pull request updates the following dependencies

[marker]: <> (Begin:15388ba0-faaf-4906-bba2-a9b719e812a4)
## From https://github.com/dotnet/arcade
- **Subscription**:
[15388ba0-faaf-4906-bba2-a9b719e812a4](https://maestro.dot.net/subscriptions?search=15388ba0-faaf-4906-bba2-a9b719e812a4)
- **Build**:
[20250807.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2767076)
- **Date Produced**: August 7, 2025 4:43:13 PM UTC
- **Commit**:
[e29823691315ed6b3acff20d5bdf3b0be7628283](dotnet/arcade@e298236)
- **Branch**:
[release/9.0](https://github.com/dotnet/arcade/tree/release/9.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.0-beta.25380.1 to 9.0.0-beta.25407.2][1]
    - Microsoft.SourceBuild.Intermediate.arcade
    - Microsoft.DotNet.Arcade.Sdk
    - Microsoft.DotNet.XliffTasks
    - Microsoft.DotNet.XUnitExtensions

[1]: dotnet/arcade@7e67a7b...e298236

[DependencyUpdate]: <> (End)


[marker]: <> (End:15388ba0-faaf-4906-bba2-a9b719e812a4)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: huulinh99 <huulinhnguyen99@gmail.com>