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 8cb5700 commit 34e7872Copy full SHA for 34e7872
build/update-cache.ps1
@@ -34,4 +34,4 @@ Write-Host -f green "Deleting '$version-$suffix' packages from '$packagesSource'
34
35
# Reinstall the packages by restoring a dummy project that depends on them
36
Write-Host -f green "Installing packages to nuget cache ..."
37
-dotnet restore "$rootDir/build/dummy"
+dotnet restore "$rootDir/build/dummy" --ignore-failed-sources
0 commit comments