From aeaef4e1259a78b978071b06841f9bee3eb5df39 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Thu, 15 Jul 2021 01:54:29 +0800 Subject: [PATCH] CI Disable download.ps1 --- build.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.ps1 b/build.ps1 index 1cda22e1..8f5e029e 100644 --- a/build.ps1 +++ b/build.ps1 @@ -22,11 +22,11 @@ param ( $PublishSingleFile = $True ) -.\scripts\download.ps1 $OutputPath +# .\scripts\download.ps1 $OutputPath -if ( -Not $? ) { - Exit 1 -} +# if ( -Not $? ) { +# Exit 1 +# } Write-Host "Building $Configuration to $OutputPath" dotnet publish `