mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
consistent output file naming (#20811)
This commit is contained in:
@@ -204,15 +204,6 @@ steps:
|
|||||||
displayName: 'Manual codesign'
|
displayName: 'Manual codesign'
|
||||||
condition: and(succeeded(), eq(variables['signed'], true))
|
condition: and(succeeded(), eq(variables['signed'], true))
|
||||||
|
|
||||||
- script: |
|
|
||||||
set -e
|
|
||||||
mkdir -p .build/darwin/archive
|
|
||||||
pushd ../azuredatastudio-darwin-$(VSCODE_ARCH)
|
|
||||||
ditto -c -k --keepParent *.app $(Build.SourcesDirectory)/.build/darwin/archive/azuredatastudio-darwin-$(VSCODE_ARCH).zip
|
|
||||||
popd
|
|
||||||
displayName: 'Archive (no signing)'
|
|
||||||
condition: and(succeeded(), eq(variables['signed'], false))
|
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
mkdir -p .build/darwin/archive
|
mkdir -p .build/darwin/archive
|
||||||
@@ -220,7 +211,6 @@ steps:
|
|||||||
ditto -c -k --keepParent *.app $(Build.SourcesDirectory)/.build/darwin/archive/azuredatastudio-darwin-$(VSCODE_ARCH)-unsigned.zip
|
ditto -c -k --keepParent *.app $(Build.SourcesDirectory)/.build/darwin/archive/azuredatastudio-darwin-$(VSCODE_ARCH)-unsigned.zip
|
||||||
popd
|
popd
|
||||||
displayName: 'Archive'
|
displayName: 'Archive'
|
||||||
condition: and(succeeded(), eq(variables['signed'], true))
|
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user