Files
vscode/build/azure-pipelines/common/checkout.yml
Ladislau Szomoru bb58370bb2 Engineering - tweak repository checkout task (#267213)
* Engineering - limit the checkout for the publish and release stages

* Tweak checkout for each job

* Fix path
2025-09-17 16:30:05 +02:00

6 lines
108 B
YAML

steps:
- checkout: self
fetchDepth: 1
fetchTags: false
displayName: Checkout microsoft/vscode