Updating dependencies from last known good builds
This commit is contained in:
parent
1428eb81cf
commit
3afd85068a
107 changed files with 174 additions and 174 deletions
|
@ -35,7 +35,7 @@ $appPath = "$PSScriptRoot\update-dependencies"
|
|||
# Restore the build scripts
|
||||
Write-Host "Restoring Build Script projects..."
|
||||
pushd $PSScriptRoot
|
||||
dotnet restore
|
||||
dotnet restore --infer-runtimes
|
||||
if($LASTEXITCODE -ne 0) { throw "Failed to restore" }
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue