Fix the update-dependencies project so it builds and runs again.

This commit is contained in:
Eric Erhardt 2016-05-16 19:10:04 -05:00
parent b90f5081c9
commit da41168a12
6 changed files with 10 additions and 11 deletions

View file

@ -41,7 +41,7 @@ popd
# Publish the app
Write-Host "Compiling App $appPath..."
dotnet publish "$appPath" -o "$appPath\bin" --framework netstandardapp1.5
dotnet publish "$appPath" -o "$appPath\bin" --framework netcoreapp1.0
if($LASTEXITCODE -ne 0) { throw "Failed to compile build scripts" }
# Run the app