Update build.ps1

This commit is contained in:
Netch
2021-07-10 14:46:22 +08:00
parent c0729be6cf
commit 24f7004683

View File

@@ -24,13 +24,13 @@ param (
Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
.\Other\build.ps1
if ( -Not $? ) { exit $lastExitCode }
.\scripts\download.ps1 $OutputPath
if ( -Not $? ) { exit $lastExitCode }
Write-Host "Building $Configuration to $OutputPath"
.\Other\build.ps1
if ( -Not $? ) { exit $lastExitCode }
Write-Host "Building Netch"
dotnet publish `
-c $Configuration `
-r "win-x64" `