Skip to content

Commit 8e82004

Browse files
authored
Fix cg.yml. (#14355)
1 parent 900aa75 commit 8e82004

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Build/cg/cg.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,8 @@ extends:
107107
fi
108108
retryCountOnTaskFailure: 3
109109

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
110+
- script: yarn install --frozen-lockfile
111+
displayName: Install dependencies with yarn
116112
workingDirectory: $(Build.SourcesDirectory)\Extension
117113

118114
- script: if not exist node_modules\@vscode\vsce-sign\bin\vsce-sign.exe (echo Missing vsce-sign.exe && exit 1)

0 commit comments

Comments
 (0)