Skip checkout for Publish CI pipelines

This commit is contained in:
Erwin de Haan 2019-09-17 01:37:42 +02:00
parent 24a5bebabe
commit 831ce4da13
2 changed files with 2 additions and 2 deletions

View file

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

View file

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