-
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.
[release/6.0.1xx-preview6] Update dependencies from dotnet/installer (#…
…11989) * Update dependencies from https://github.com/dotnet/installer build 20210620.7 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21320.7 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * Remove unnecessary workaround. * Update dependencies from https://github.com/dotnet/installer build 20210621.13 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21321.13 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * Fix custom step order In response to dotnet/linker#2082 * Update dependencies from https://github.com/dotnet/installer build 20210623.1 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21323.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * Update dependencies from https://github.com/dotnet/installer build 20210623.12 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21323.12 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * Update dependencies from https://github.com/dotnet/installer build 20210624.1 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21324.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * Update dependencies from https://github.com/dotnet/installer build 20210624.9 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21324.9 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * [dotnet] Install the microsoft-net-runtime-maccatalyst workload as well. * Update dependencies from https://github.com/dotnet/installer build 20210625.10 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21325.10 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * [dotnet] Update our code to get the path to the AOT compiler. Fixes #11905. * Update dependencies from https://github.com/dotnet/installer build 20210628.1 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21328.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: Sven Boemer <sbomer@gmail.com>
- Loading branch information
1 parent
f1a9961
commit 9b1204a
Showing
8 changed files
with
24 additions
and
43 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
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,8 +1,8 @@ | ||
<Project> | ||
<!--Package versions--> | ||
<PropertyGroup> | ||
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-preview.6.21280.2</MicrosoftDotnetSdkInternalPackageVersion> | ||
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21277.2</MicrosoftNETILLinkTasksPackageVersion> | ||
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-preview.6.21328.1</MicrosoftDotnetSdkInternalPackageVersion> | ||
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21314.2</MicrosoftNETILLinkTasksPackageVersion> | ||
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion> | ||
</PropertyGroup> | ||
</Project> |
9b1204a
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 passed on Build. ✅
Tests passed on Build.
API diff
✅ API Diff from stable
View API diff
API & Generator diff
✅ API Diff (from PR only) (no change)
✅ Generator Diff (no change)
Packages generated
View packages
🎉 All 221 tests passed 🎉
Pipeline on Agent XAMBOT-1025.BigSur'
[release/6.0.1xx-preview6] Update dependencies from dotnet/installer (#11989)
9b1204a
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.
🔥 Tests failed catastrophically on VSTS: device tests tvOS 🔥
Not enough free space in the host.
Pipeline on Agent
[release/6.0.1xx-preview6] Update dependencies from dotnet/installer (#11989)
9b1204a
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.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[release/6.0.1xx-preview6] Update dependencies from dotnet/installer (#11989)
9b1204a
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.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[release/6.0.1xx-preview6] Update dependencies from dotnet/installer (#11989)
9b1204a
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.
✅ Tests passed on macOS Mac Catalina (10.15) ✅
Tests passed
All tests on macOS X Mac Catalina (10.15) passed.
Pipeline on Agent
[release/6.0.1xx-preview6] Update dependencies from dotnet/installer (#11989)
9b1204a
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.
✅ Tests passed on macOS Mac Mojave (10.14) ✅
Tests passed
All tests on macOS X Mac Mojave (10.14) passed.
Pipeline on Agent
[release/6.0.1xx-preview6] Update dependencies from dotnet/installer (#11989)
9b1204a
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.
✅ Tests passed on macOS Mac High Sierra (10.13) ✅
Tests passed
All tests on macOS X Mac High Sierra (10.13) passed.
Pipeline on Agent
[release/6.0.1xx-preview6] Update dependencies from dotnet/installer (#11989)
9b1204a
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.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[release/6.0.1xx-preview6] Update dependencies from dotnet/installer (#11989)