Last active
November 6, 2023 17:02
-
-
Save filipnavara/4611f15c9a3045108eeae5a98750f64f to your computer and use it in GitHub Desktop.
Update workload to CI build
This file contains hidden or 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
dotnet workload update --advertising-manifests-only | |
dotnet workload update --from-rollback-file WorkloadRollback.json -s https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json | |
dotnet workload install macos ios --skip-manifest-update |
This file contains hidden or 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
{ | |
"microsoft.net.sdk.ios": "15.2.301-preview.13.5", | |
"microsoft.net.sdk.macos": "12.1.301-preview.13.5" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment