mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
* Engineering - limit the checkout for the publish and release stages * Tweak checkout for each job * Fix path
6 lines
108 B
YAML
6 lines
108 B
YAML
steps:
|
|
- checkout: self
|
|
fetchDepth: 1
|
|
fetchTags: false
|
|
displayName: Checkout microsoft/vscode
|