From 24f7004683a7c4dd298fe1751e2373d33e37e4fc Mon Sep 17 00:00:00 2001 From: Netch Date: Sat, 10 Jul 2021 14:46:22 +0800 Subject: [PATCH] Update build.ps1 --- build.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.ps1 b/build.ps1 index fcf8180e..2dee95d6 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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" `