Fix the update-dependencies project so it builds and runs again.
This commit is contained in:
parent
b90f5081c9
commit
da41168a12
6 changed files with 10 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue