Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions Build/cg/cg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,8 @@ extends:
fi
retryCountOnTaskFailure: 3

- script: npm install --no-save --ignore-scripts=false --include=optional --force @vscode/vsce@3.7.1
displayName: Install vsce
workingDirectory: $(Build.SourcesDirectory)\Extension

- script: npm rebuild @vscode/vsce-sign --ignore-scripts=false
displayName: Rebuild vsce-sign binary
- script: yarn install --frozen-lockfile
displayName: Install dependencies with yarn
workingDirectory: $(Build.SourcesDirectory)\Extension

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