- Notifications
You must be signed in to change notification settings - Fork1.4k
Tags: dotnet/msbuild
Tags
v17.14.0-preview-25155-01
v17.14.0-preview-25110-01
Localized file check-in by OneLocBuild Task: Build definition ID 9434……: Build ID 10974237 (#11402)* Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 10974237
v17.10.21
[vs17.10] Update dependencies from dotnet/arcade (#11408)* Update dependencies fromhttps://github.com/dotnet/arcade build 20250205.2Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25066.6 -> To Version 8.0.0-beta.25105.2* Update Versions.props VersionPrefix---------Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>
v17.12.27
[automated] Merge branch 'vs17.11' => 'vs17.12' (#11311)I detected changes in the vs17.11 branch which have not been merged yetto vs17.12. I'm a robot and am configured to help you automatically keepvs17.12 up to date, so I've opened this PR.This PR merges commits made on vs17.11 by the following committers:*@JaynieBai*@dotnet-maestro[bot]## Instructions for merging from UIThis PR will not be auto-merged. When pull request checks pass, completethis 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 lineRun these commands to merge this pull request from the command line.``` shgit fetchgit checkout vs17.11git pull --ff-onlygit checkout vs17.12git pull --ff-onlygit merge --no-ff vs17.11# 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 pushhttps://github.com/dotnet/msbuild HEAD:merge/vs17.11-to-vs17.12```<details><summary>or if you are using SSH</summary>```git push git@github.com:dotnet/msbuild HEAD:merge/vs17.11-to-vs17.12```</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 themmanually 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 requestContributors to this repo have permission update this pull request bypushing to the branch 'merge/vs17.11-to-vs17.12'. This can be done toresolve conflicts or make other changes to this pull request before itis merged.The provided examples assume that the remote is named 'origin'. If youhave a different remote name, please replace 'origin' with the name ofyour remote.```git fetchgit checkout -b merge/vs17.11-to-vs17.12 origin/vs17.12git pullhttps://github.com/dotnet/msbuild merge/vs17.11-to-vs17.12(make changes)git commit -m "Updated PR with my changes"git pushhttps://github.com/dotnet/msbuild HEAD:merge/vs17.11-to-vs17.12```<details> <summary>or if you are using SSH</summary>```git fetchgit checkout -b merge/vs17.11-to-vs17.12 origin/vs17.12git pull git@github.com:dotnet/msbuild merge/vs17.11-to-vs17.12(make changes)git commit -m "Updated PR with my changes"git push git@github.com:dotnet/msbuild HEAD:merge/vs17.11-to-vs17.12```</details>Contact .NET Core Engineering (dotnet/dnceng) if you have questions orissues.Also, if this PR was generated incorrectly, help us fix it. Seehttps://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.
v17.10.14
[automated] Merge branch 'vs17.8' => 'vs17.10' (#11124)* Dont ngen taskhost Fixes our lack of optprof data (#8737)Don't ngen TaskHosts* Bump version* Bump version* Update System.Security.Cryptography.Pkcs* Bump version* Workaround for incorrect encoding of PUA range in GB18030 Uri string (#9751)* [release/vs17.7] Onboard 1es templates (#9924)* bump arcade version* bump MicrosoftNetCompilersToolsetVersion* bump MicrosoftNetCompilersToolsetVersion* update sha for Microsoft.Net.Compilers.Toolset* CG alert cleaning on VS17.8 (#10725)* Bump Microsoft.IO.Redist to 6.0.1* Bump System.Formats.Asn1 to 8.0.1* Bump System.Text.Json to 8.0.0.4* Bump the dependencies of System.Text.Json* Add System.Formats.Asn1 8.0.1 to the pre-built exception list* Bump version prefix to 17.8.8* Updated System.Collection.Immutable package to v8* Adding System.Collections.Immutable 8.0.0 to the pre-built exception list* Updated Version.Details.xml* [vs17.8] update arcade and fix build (#10838)* Update dependencies fromhttps://github.com/dotnet/arcade build 20241008.1Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.23425.2 -> To Version 8.0.0-beta.24508.1Dependency coherency updatesMicrosoft.DotNet.XliffTasks From Version 1.0.0-beta.23423.1 -> To Version 1.0.0-beta.23475.1 (parent: Microsoft.DotNet.Arcade.Sdk* remove BuildXL from nuget config* compatibility suppressions* Update dependencies fromhttps://github.com/dotnet/arcade build 20241…Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.24508.1 -> To Version 8.0.0-beta.24516.1* include PortableRuntimeIdentifierGraph.json* Suppress a warning IDE0305* bump version---------Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>* [vs17.8] Sync internal and public branches (#10858)* Update dependencies fromhttps://github.com/dotnet/arcade build 20241025.2 (#10894)* [vs17.8] Update dependencies from dotnet/arcade (#10986)* Update dependencies fromhttps://github.com/dotnet/arcade build 20241112.12Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24562.12* Update VersionPrefix to 17.8.11---------Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>* Update dependencies fromhttps://github.com/dotnet/arcade build 20241120.5Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.24562.12 -> To Version 8.0.0-beta.24570.5* Update VersionPrefix to 17.8.12* [vs17.8] Backport VS insertion pipeline YMLs (#11066)Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>* Update .opt-prof.yml (#11112)* [vs17.8] Fix setting package versions in VS insertion (#11103)* fix setting package versions* use VS branch names in servicing package decision---------Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>* Update vs/msbuild version (#11115)* Update vs/msbuild version* Bump version* Update xcopy-msbuild version to 17.8.5 (#11118)* Add inter-branch merge flow file (#11123)* Update .opt-prof.yml (#11121)* Bump up System.Text.Json to 8.0.5 (#11134)* Remove the change to CompatibilitySuppressions.xml* Remove unnecessary workaround for sdk 8.0.1xx bootstrap in the branch vs17.8* Bump up version prefix to 17.10.14---------Co-authored-by: Forgind <12969783+Forgind@users.noreply.github.com>Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>Co-authored-by: sujitnayak <sujitn@microsoft.com>Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>Co-authored-by: YuliiaKovalova <ykovalova@microsoft.com>Co-authored-by: Surayya Huseyn Zada <shuseynzada@microsoft.com>Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>Co-authored-by: Gang Wang <v-gaw@microsoft.com>Co-authored-by: Jan Provazník <janprovaznik@microsoft.com>Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v17.12.18
[automated] Merge branch 'vs17.11' => 'vs17.12' (#11072)* Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 10000931 (#10267)* Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 9752299* Increase VersionPrefix version---------Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>* [17.11] Fix component governance alerts (#10520)* Resolves CG alerts---------Co-authored-by: Rainer Sigwald <raines@microsoft.com>* Assembly redirect fix (#10624)* Fixing the assembly redirect* [vs17.11] Update dependencies from dotnet/arcade (#10654)* Update dependencies fromhttps://github.com/dotnet/arcade build 20240910.4Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.24311.3 -> To Version 8.0.0-beta.24460.4* version bump---------Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>Co-authored-by: Mariana Garces Dematte <magarces@microsoft.com>* Upgrade system.text.json to 8.0.4 (#10650)Will addressdotnet/sdk#43339 when deployed in VS.---------Co-authored-by: Rainer Sigwald <raines@microsoft.com>* disable loc (#10693)Part of:#10665Disabling localization for 17.11.* [vs17.11] Update dependencies from dotnet/arcade (#10691)* [vs17.11] Update dependencies from dotnet/arcade (#10793)* Update dependencies fromhttps://github.com/dotnet/arcade build 20241008.1Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.24475.3 -> To Version 8.0.0-beta.24508.1* bump the version---------Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>* CG alert cleaning on VS17.11 (#10723)* Bump Microsoft.IO.Redist to 6.0.1* Bump version prefix to 17.11.11* [vs17.11] Update dependencies from dotnet/arcade (#10832)* [vs17.11] Update dependencies from dotnet/arcade (#10895)* [vs17.11] Update dependencies from dotnet/arcade (#10990)* Update dependencies fromhttps://github.com/dotnet/arcade build 20241112.12Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24562.12* Update VersionPrefix to 17.11.16---------Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>Co-authored-by: Gang Wang <v-gaw@microsoft.com>* Update dependencies fromhttps://github.com/dotnet/arcade build 20241120.5Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.24562.12 -> To Version 8.0.0-beta.24570.5* Update VersionPrefix to 17.11.17* [vs17.11] Run tests even if version is not bumped (#11060)Backport of#11042 to vs17.11* [vs17.11] Backport VS insertion pipeline YMLs (#11064)Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>* Eliminate the unnecessary change from vs17.11* Remove duplicate version setting for System.Formats.Asn1* Bump up version prefix to 17.12.18---------Co-authored-by: dotnet bot <dotnet-bot@dotnetfoundation.org>Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>Co-authored-by: MichalPavlik <michalpavlik@outlook.com>Co-authored-by: Rainer Sigwald <raines@microsoft.com>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: Mariana Garces Dematte <magarces@microsoft.com>Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>Co-authored-by: Gang Wang <v-gaw@microsoft.com>Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>
v17.12.12-preview-24571-01
[vs17.12] Always respect warning-as-error properties (#10999)Backport of#10892 to vs17.12Work item (Internal use): ### SummaryRespect warning-as-error settings configured per-project when`-warnaserror` is passed on the command line.### Customer ImpactSuppressing warnings is unnecessarily complicated and fails forconfusing reasons.### Regression?No, this behavior is longstanding, but the severity is higher with NuGetAudit because NuGet advises configuring warning-as-warning for auditwarning codes.### TestingAutomated and targeted scenario tests.### RiskLow: makes an existing opt-in codepath default.
v17.12.6
Localized file check-in by OneLocBuild Task: Build definition ID 9434……: Build ID 10439581 (#10876)* Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 10439581* bump the version to 17.12.9---------Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
PreviousNext