-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[net7.0] Update dependencies from dotnet/installer (#15657)
* Update dependencies from https://github.com/dotnet/installer build 20220807.1 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22407.1 * Re-generate global.json * Update dependencies from https://github.com/dotnet/installer build 20220808.5 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22408.5 * Re-generate global.json * Update dependencies from https://github.com/dotnet/installer build 20220809.23 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22409.23 * Re-generate global.json * Update dependencies from https://github.com/dotnet/installer build 20220810.15 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22410.15 * Re-generate global.json * Update dependencies from https://github.com/dotnet/installer build 20220812.1 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22412.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.AspNetCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22411.2 (parent: Microsoft.Dotnet.Sdk.Internal * Re-generate global.json * Update dependencies from https://github.com/dotnet/installer build 2022081.1 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22413.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.AspNetCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22412.1 (parent: Microsoft.Dotnet.Sdk.Internal * Re-generate global.json * Update dependencies from https://github.com/dotnet/installer build 20220814.7 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22414.7 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.AspNetCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22412.1 (parent: Microsoft.Dotnet.Sdk.Internal * Re-generate global.json * Update dependencies from https://github.com/dotnet/installer build 20220816.2 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.1.22416.2 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.AspNetCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22415.1 (parent: Microsoft.Dotnet.Sdk.Internal * Re-generate global.json * Update dependencies from https://github.com/dotnet/installer build 20220817.1 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22405.9 -> To Version 7.0.100-rc.2.22417.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.AspNetCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22415.4 (parent: Microsoft.Dotnet.Sdk.Internal * Re-generate global.json * [dotnet] Include the 'marshal-ilgen' component. Fixes #15668. Fixes #15668. * [dotnet] Enable serialization discovery in the linker. Fixes #15676. Fixes #15676. * [tests] Make the dont link tests actually not link for macOS. * [tests] The 'trimmode copy' test needs an adjustment after recent linker changes. * [dotnet] Don't set a default 'TrimMode' value. We already compute a TrimMode value depending on other properties (MtouchLink/LinkMode - or a default value if those aren't set), and the logic to compute the default value is not executed if we set a TrimMode default (because TrimMode overrides any MtouchLink/LinkMode values). * [tests] Workaround a bug in 'dotnet build'. Workaround a bug in 'dotnet build' where escaping semicolons interferes with our ability to pass RuntimeIdentifiers to the build on the command line. * [dotnet] Update expected bundle contents according to updated runtime. * [tests] Update expected error message texts. * Bump to RC 2. Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions@xamarin.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
- Loading branch information
1 parent
0e53b99
commit 62055c5
Showing
12 changed files
with
51 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<Project> | ||
<!--Package versions--> | ||
<PropertyGroup> | ||
<MicrosoftDotnetSdkInternalPackageVersion>7.0.100-rc.1.22405.9</MicrosoftDotnetSdkInternalPackageVersion> | ||
<MicrosoftNETILLinkTasksPackageVersion>7.0.100-1.22377.1</MicrosoftNETILLinkTasksPackageVersion> | ||
<MicrosoftDotnetSdkInternalPackageVersion>7.0.100-rc.2.22417.1</MicrosoftDotnetSdkInternalPackageVersion> | ||
<MicrosoftNETILLinkTasksPackageVersion>7.0.100-1.22415.4</MicrosoftNETILLinkTasksPackageVersion> | ||
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion> | ||
<MicrosoftNETILStripTasksPackageVersion>6.0.0-rc.2.21468.3</MicrosoftNETILStripTasksPackageVersion> | ||
<MicrosoftNETCoreAppRefPackageVersion>7.0.0-rc.1.22403.8</MicrosoftNETCoreAppRefPackageVersion> | ||
<MicrosoftNETCoreAppRefPackageVersion>7.0.0-rc.1.22411.12</MicrosoftNETCoreAppRefPackageVersion> | ||
<MicrosoftTemplateEngineTasksVersion>7.0.100-alpha.1.21601.1</MicrosoftTemplateEngineTasksVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"sdk": { | ||
"version": "7.0.100-rc.1.22405.9" | ||
"version": "7.0.100-rc.2.22417.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62055c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 [CI Build] Build failed 🔥
Build failed for the job 'Detect API changes'
Pipeline on Agent
Hash: [CI build]
62055c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 Unable to find the contents for the comment: D:\a\1\s\change-detection\results\gh-comment.md does not exist :fire
Pipeline on Agent
Hash: 62055c56fb6eb151ff9713a36e4ff8601f3438cc [CI build]
62055c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 [CI Build] Test results 🔥
Test results
❌ Tests failed on VSTS: simulator tests
🎉 All 0 tests passed 🎉
Failures
❌ bcl tests
🔥 Failed catastrophically on VSTS: simulator tests - bcl (no summary found).
Html Report (VSDrops) Download
❌ cecil tests
🔥 Failed catastrophically on VSTS: simulator tests - cecil (no summary found).
Html Report (VSDrops) Download
❌ dotnettests tests
🔥 Failed catastrophically on VSTS: simulator tests - dotnettests (no summary found).
Html Report (VSDrops) Download
❌ fsharp tests
🔥 Failed catastrophically on VSTS: simulator tests - fsharp (no summary found).
Html Report (VSDrops) Download
❌ framework tests
🔥 Failed catastrophically on VSTS: simulator tests - framework (no summary found).
Html Report (VSDrops) Download
❌ generator tests
🔥 Failed catastrophically on VSTS: simulator tests - generator (no summary found).
Html Report (VSDrops) Download
❌ interdependent_binding_projects tests
🔥 Failed catastrophically on VSTS: simulator tests - interdependent_binding_projects (no summary found).
Html Report (VSDrops) Download
❌ install_source tests
🔥 Failed catastrophically on VSTS: simulator tests - install_source (no summary found).
Html Report (VSDrops) Download
❌ introspection tests
🔥 Failed catastrophically on VSTS: simulator tests - introspection (no summary found).
Html Report (VSDrops) Download
❌ linker tests
🔥 Failed catastrophically on VSTS: simulator tests - linker (no summary found).
Html Report (VSDrops) Download
❌ mac_binding_project tests
🔥 Failed catastrophically on VSTS: simulator tests - mac_binding_project (no summary found).
Html Report (VSDrops) Download
❌ mmp tests
🔥 Failed catastrophically on VSTS: simulator tests - mmp (no summary found).
Html Report (VSDrops) Download
❌ mononative tests
🔥 Failed catastrophically on VSTS: simulator tests - mononative (no summary found).
Html Report (VSDrops) Download
❌ monotouch tests
🔥 Failed catastrophically on VSTS: simulator tests - monotouch (no summary found).
Html Report (VSDrops) Download
❌ msbuild tests
🔥 Failed catastrophically on VSTS: simulator tests - msbuild (no summary found).
Html Report (VSDrops) Download
❌ mtouch tests
🔥 Failed catastrophically on VSTS: simulator tests - mtouch (no summary found).
Html Report (VSDrops) Download
❌ xammac tests
🔥 Failed catastrophically on VSTS: simulator tests - xammac (no summary found).
Html Report (VSDrops) Download
❌ xcframework tests
🔥 Failed catastrophically on VSTS: simulator tests - xcframework (no summary found).
Html Report (VSDrops) Download
❌ xtro tests
🔥 Failed catastrophically on VSTS: simulator tests - xtro (no summary found).
Html Report (VSDrops) Download
Successes
Pipeline on Agent
Hash: [CI build]
62055c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💻 [CI Build] Tests on macOS Mac Catalina (10.15) passed 💻
✅ All tests on macOS Mac Catalina (10.15) passed.
Pipeline on Agent
Hash: 62055c56fb6eb151ff9713a36e4ff8601f3438cc [CI build]
62055c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ [CI Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌
Failed tests are:
Pipeline on Agent
Hash: 62055c56fb6eb151ff9713a36e4ff8601f3438cc [CI build]
62055c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📚 [CI Build] Artifacts 📚
Artifacts were not provided.
Pipeline on Agent XAMMINI-054.Monterey
Hash: 62055c56fb6eb151ff9713a36e4ff8601f3438cc [CI build]