Skip checkout for Publish CI pipelines

pull/1764/head
Erwin de Haan 5 years ago
parent 24a5bebabe
commit 831ce4da13

@ -13,7 +13,7 @@ jobs:
pool:
vmImage: ubuntu-latest
steps:
- checkout: none
- task: DownloadPipelineArtifact@2
displayName: Download the Windows Setup Artifact
inputs:

@ -15,7 +15,7 @@ jobs:
pool:
vmImage: ubuntu-latest
steps:
- checkout: none
- task: DownloadPipelineArtifact@2
displayName: Download the Windows Setup Artifact
inputs:

Loading…
Cancel
Save