We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1378f74 commit 087a167Copy full SHA for 087a167
.github/workflows/_build.yml
@@ -38,7 +38,7 @@ jobs:
38
8.0.100
39
40
- name: Install MAUI Workload
41
- run: dotnet workload install maui --from-rollback-file https://maui.blob.core.windows.net/metadata/rollbacks/8.0.1xx.json --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json --source https://api.nuget.org/v3/index.json
+ run: dotnet workload install maui --ignore-failed-sources
42
43
- name: "Restore NuGet packages"
44
run: dotnet restore /p:Configuration=Release MauiCSharpInteropWebView.sln
0 commit comments