Skip to content

Instantly share code, notes, and snippets.

@filipnavara
Last active November 6, 2023 17:02
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipnavara/4611f15c9a3045108eeae5a98750f64f to your computer and use it in GitHub Desktop.
Save filipnavara/4611f15c9a3045108eeae5a98750f64f to your computer and use it in GitHub Desktop.
Update workload to CI build
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
{
"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