We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900aa75 commit 8e82004Copy full SHA for 8e82004
Build/cg/cg.yml
@@ -107,12 +107,8 @@ extends:
107
fi
108
retryCountOnTaskFailure: 3
109
110
- - script: npm install --no-save --ignore-scripts=false --include=optional --force @vscode/vsce@3.7.1
111
- displayName: Install vsce
112
- workingDirectory: $(Build.SourcesDirectory)\Extension
113
-
114
- - script: npm rebuild @vscode/vsce-sign --ignore-scripts=false
115
- displayName: Rebuild vsce-sign binary
+ - script: yarn install --frozen-lockfile
+ displayName: Install dependencies with yarn
116
workingDirectory: $(Build.SourcesDirectory)\Extension
117
118
- script: if not exist node_modules\@vscode\vsce-sign\bin\vsce-sign.exe (echo Missing vsce-sign.exe && exit 1)
0 commit comments