mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Rework windows pipeline to sign less (and min builds) (#8472)
* only sign windows once * more scoping and add copy steps * remove reh * wip * use min everywhere * fix zip file name * fix location of build file * fix version.json production * remove unneeded vars * fix archive drop * give mac more time * fix location of windows archive * fix system location and add comments * fix installer signing * remove unnecessary build step * reduce the sign count * fix dlls * remove missing dlls
This commit is contained in:
@@ -70,7 +70,7 @@ steps:
|
||||
|
||||
- script: |
|
||||
set -e
|
||||
yarn gulp vscode-darwin
|
||||
yarn gulp vscode-darwin-min
|
||||
displayName: Build
|
||||
|
||||
- task: ArchiveFiles@2 # WHY ARE WE DOING THIS?
|
||||
@@ -141,8 +141,7 @@ steps:
|
||||
|
||||
- script: | # WHY ARE WE DOING THIS?
|
||||
set -e
|
||||
BUILD="$(Build.SourcesDirectory)/../azuredatastudio-darwin"
|
||||
PACKAGEJSON=`ls $BUILD/*.app/Contents/Resources/app/package.json`
|
||||
PACKAGEJSON=`ls $(Build.SourcesDirectory)/package.json`
|
||||
VERSION=`node -p "require(\"$PACKAGEJSON\").version"`
|
||||
COMMIT_ID=`git rev-parse HEAD`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user