Updating dependencies from last known good builds

This commit is contained in:
eerhardt 2016-03-31 11:53:24 -05:00 committed by Eric Erhardt
parent 1428eb81cf
commit 3afd85068a
107 changed files with 174 additions and 174 deletions

View file

@ -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