CI Disable download.ps1

This commit is contained in:
ChsBuffer
2021-07-15 01:54:29 +08:00
parent 352602a7ed
commit aeaef4e125

View File

@@ -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 `