snap: create it even when stepping on it

related to #127039
This commit is contained in:
João Moreno
2021-06-24 16:53:36 +02:00
parent 8abb3576f7
commit aa6e7ffdf4
2 changed files with 0 additions and 3 deletions

View File

@@ -250,7 +250,6 @@ steps:
set -e
yarn gulp "vscode-linux-$(VSCODE_ARCH)-prepare-snap"
displayName: Prepare snap package
condition: and(succeeded(), ne(variables['VSCODE_PUBLISH'], 'false'))
# needed for code signing
- task: UseDotNet@2
@@ -319,4 +318,3 @@ steps:
inputs:
artifactName: "snap-$(VSCODE_ARCH)"
targetPath: .build/linux/snap-tarball
condition: and(succeeded(), ne(variables['VSCODE_PUBLISH'], 'false'))