-
Notifications
You must be signed in to change notification settings - Fork 438
Merge 6.0.200 into 6.0.3xx #13236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 6.0.200 into 6.0.3xx #13236
Conversation
marcpopMSFT
commented
Feb 16, 2022
- Please add description for changes you are making.
- If there is an issue related to this PR, please add the reference.
…otnet-sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 4.0.1-1.21569.2 to 4.0.1-1.21573.5 (parent: Microsoft.NET.Sdk)
Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver From Version 6.0.200-preview.22055.23 -> To Version 6.0.200-preview.22055.25
Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver From Version 6.0.200-preview.22055.23 -> To Version 6.0.200-preview.22055.27 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.1.0-3.22054.26 -> To Version 4.1.0-3.22055.10 (parent: Microsoft.NET.Sdk
Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver From Version 6.0.200-preview.22055.23 -> To Version 6.0.200-preview.22055.28 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.1.0-3.22054.26 -> To Version 4.1.0-3.22055.16 (parent: Microsoft.NET.Sdk
Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver From Version 6.0.200-preview.22055.23 -> To Version 6.0.200-preview.22056.5 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset From Version 12.0.1-beta.21631.3 -> To Version 12.0.1-beta.22056.2 (parent: Microsoft.NET.Sdk
Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver From Version 6.0.200-preview.22055.23 -> To Version 6.0.200-preview.22056.6 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset From Version 12.0.1-beta.21631.3 -> To Version 12.0.1-beta.22056.2 (parent: Microsoft.NET.Sdk
…nce-packages (#13177) * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220205.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 6.0.0-servicing.22103.1 -> To Version 6.0.0-servicing.22105.1 * Update NuGet.config Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jason Zhai <[email protected]>
…-merge-6.0.2xx-2022-02-08-1606
[release/6.0.2xx] Update dependencies from dotnet/arcade - Update NuGet.config
6.0.201 servicing branding
…nce-packages (#13213) [release/6.0.2xx] Update dependencies from dotnet/source-build-reference-packages - Update NuGet.config
[release/6.0.2xx] Windows SDK projection update
…-2022-02-08-1606 Merging internal commits for release/6.0.2xx
|
@mmitche I tried to fix this by matching the emscripten update that went into runtime but the build is still failing to find the 6.0.200 emscripten. What am I missing? |
Will take a look |
|
|
We need dotnet/runtime#65478 before that will work. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@MichaelSimons can you take a look at the tarball job failure? |
The tarball creation is failing because we are flowing versions.detail.xml changes which are downgrading the NuGet.Client version. Can this change get backed out? |
Good catch. I noticed a couple of others and fixed them up. The auto-merge does a better job of handling the eng folder changes than humans do so hopefully we can get that enabled. |
This is the ILVerify runtime issue that we are waiting for the fix to flow in. Feel free to merge with this tarball failure. |