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 `