Skip to content

Commit 34e7872

Browse files
committed
dev tool update
fix in case there are private nuget sources outside VS
1 parent 8cb5700 commit 34e7872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/update-cache.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Write-Host -f green "Deleting '$version-$suffix' packages from '$packagesSource'
3434

3535
# Reinstall the packages by restoring a dummy project that depends on them
3636
Write-Host -f green "Installing packages to nuget cache ..."
37-
dotnet restore "$rootDir/build/dummy"
37+
dotnet restore "$rootDir/build/dummy" --ignore-failed-sources

0 commit comments

Comments
 (0)