Tags: dotnet/msbuild
Tags
Remove duplicate test cases in MultithreadableTaskAnalyzer (#13483)
Remove duplicate test cases in MultithreadableTaskAnalyzer (#13483)
[main] Update dependencies from dotnet/arcade (#13272) This pull request updates the following dependencies [marker]: <> (Begin:369b758c-dad8-4fea-810a-64fb6b0308e9) ## From https://github.com/dotnet/arcade - **Subscription**: [369b758c-dad8-4fea-810a-64fb6b0308e9](https://maestro.dot.net/subscriptions?search=369b758c-dad8-4fea-810a-64fb6b0308e9) - **Build**: [20260219.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2908079) ([302550](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/302550)) - **Date Produced**: February 19, 2026 5:05:29 PM UTC - **Commit**: [062ea8ab27da7dbb7d4f630bd50aeab94c9ffb93](dotnet/arcade@062ea8a) - **Branch**: [release/10.0](https://github.com/dotnet/arcade/tree/release/10.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [10.0.0-beta.26110.1 to 10.0.0-beta.26119.2][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XUnitExtensions [1]: dotnet/arcade@4bf37ce...062ea8a [DependencyUpdate]: <> (End) [marker]: <> (End:369b758c-dad8-4fea-810a-64fb6b0308e9) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
[main] Update dependencies from dotnet/arcade (#13272) This pull request updates the following dependencies [marker]: <> (Begin:369b758c-dad8-4fea-810a-64fb6b0308e9) ## From https://github.com/dotnet/arcade - **Subscription**: [369b758c-dad8-4fea-810a-64fb6b0308e9](https://maestro.dot.net/subscriptions?search=369b758c-dad8-4fea-810a-64fb6b0308e9) - **Build**: [20260219.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2908079) ([302550](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/302550)) - **Date Produced**: February 19, 2026 5:05:29 PM UTC - **Commit**: [062ea8ab27da7dbb7d4f630bd50aeab94c9ffb93](dotnet/arcade@062ea8a) - **Branch**: [release/10.0](https://github.com/dotnet/arcade/tree/release/10.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [10.0.0-beta.26110.1 to 10.0.0-beta.26119.2][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XUnitExtensions [1]: dotnet/arcade@4bf37ce...062ea8a [DependencyUpdate]: <> (End) [marker]: <> (End:369b758c-dad8-4fea-810a-64fb6b0308e9) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
[main] Update dependencies from dotnet/arcade (#13272) This pull request updates the following dependencies [marker]: <> (Begin:369b758c-dad8-4fea-810a-64fb6b0308e9) ## From https://github.com/dotnet/arcade - **Subscription**: [369b758c-dad8-4fea-810a-64fb6b0308e9](https://maestro.dot.net/subscriptions?search=369b758c-dad8-4fea-810a-64fb6b0308e9) - **Build**: [20260219.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2908079) ([302550](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/302550)) - **Date Produced**: February 19, 2026 5:05:29 PM UTC - **Commit**: [062ea8ab27da7dbb7d4f630bd50aeab94c9ffb93](dotnet/arcade@062ea8a) - **Branch**: [release/10.0](https://github.com/dotnet/arcade/tree/release/10.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [10.0.0-beta.26110.1 to 10.0.0-beta.26119.2][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XUnitExtensions [1]: dotnet/arcade@4bf37ce...062ea8a [DependencyUpdate]: <> (End) [marker]: <> (End:369b758c-dad8-4fea-810a-64fb6b0308e9) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
[main] Update dependencies from dotnet/arcade (#13272) This pull request updates the following dependencies [marker]: <> (Begin:369b758c-dad8-4fea-810a-64fb6b0308e9) ## From https://github.com/dotnet/arcade - **Subscription**: [369b758c-dad8-4fea-810a-64fb6b0308e9](https://maestro.dot.net/subscriptions?search=369b758c-dad8-4fea-810a-64fb6b0308e9) - **Build**: [20260219.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2908079) ([302550](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/302550)) - **Date Produced**: February 19, 2026 5:05:29 PM UTC - **Commit**: [062ea8ab27da7dbb7d4f630bd50aeab94c9ffb93](dotnet/arcade@062ea8a) - **Branch**: [release/10.0](https://github.com/dotnet/arcade/tree/release/10.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [10.0.0-beta.26110.1 to 10.0.0-beta.26119.2][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XUnitExtensions [1]: dotnet/arcade@4bf37ce...062ea8a [DependencyUpdate]: <> (End) [marker]: <> (End:369b758c-dad8-4fea-810a-64fb6b0308e9) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
[vs18.3] Stabilize package versions (#13233) CI packages from vs18.3 are being produced with a `-release.{commitid}` pre-release suffix because `DotNetFinalVersionKind` was never set when the branch was stabilized. This adds `<DotNetFinalVersionKind>release</DotNetFinalVersionKind>` to `eng/Versions.props`, matching the pattern used in vs17.14 and other servicing branches, so that packages are produced as stable `18.3.2` versions.
[vs17.14] Update dependencies from dotnet/arcade (#13037) 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**: [20260113.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2877988) ([297092](https://maestro.dot.net/channel/5175/github:dotnet:arcade/build/297092)) - **Date Produced**: January 13, 2026 12:53:13 PM UTC - **Commit**: [c85f9aceddaf85296e3efbc463daaa34fef5a375](dotnet/arcade@c85f9ac) - **Branch**: [release/9.0](https://github.com/dotnet/arcade/tree/release/9.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [9.0.0-beta.25626.6 to 9.0.0-beta.26063.2][1] - Microsoft.SourceBuild.Intermediate.arcade - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XliffTasks - Microsoft.DotNet.XUnitExtensions [1]: dotnet/arcade@ab5773a...c85f9ac [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 <[email protected]> Co-authored-by: YuliiaKovalova <[email protected]> Co-authored-by: YuliiaKovalova <[email protected]>
[vs17.12] Update dependencies from dotnet/arcade (#13038) 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**: [20260113.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2877988) ([297092](https://maestro.dot.net/channel/5175/github:dotnet:arcade/build/297092)) - **Date Produced**: January 13, 2026 12:53:13 PM UTC - **Commit**: [c85f9aceddaf85296e3efbc463daaa34fef5a375](dotnet/arcade@c85f9ac) - **Branch**: [release/9.0](https://github.com/dotnet/arcade/tree/release/9.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [9.0.0-beta.25626.6 to 9.0.0-beta.26063.2][1] - Microsoft.SourceBuild.Intermediate.arcade - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XliffTasks - Microsoft.DotNet.XUnitExtensions [1]: dotnet/arcade@ab5773a...c85f9ac [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 <[email protected]>
PreviousNext