Removing quality addition in naming and move to compile step (#10114)

* removing quality addition in naming and move to compile step

* fix yml
This commit is contained in:
Anthony Dresser
2020-04-21 17:09:19 -07:00
committed by GitHub
parent 94da31569e
commit 92ea0c3f5a
5 changed files with 18 additions and 28 deletions

View File

@@ -17,8 +17,4 @@ $ZipName = "azuredatastudio-darwin.zip"
$Zip = "$artifactsDir\darwin\archive\$ZipName"
$UploadName = "azuredatastudio-macos-$Version"
If (-NOT ($Quality -eq "stable")) {
$UploadName = "$UploadName-$Quality"
}
node $sourcesDir\build\azure-pipelines\common\publish.js $Quality darwin archive "$UploadName.zip" $Version true $Zip $CommitId