From 831ce4da137f2daef94f9646cd0ab3c505b209ce Mon Sep 17 00:00:00 2001 From: Erwin de Haan Date: Tue, 17 Sep 2019 01:37:42 +0200 Subject: [PATCH] Skip checkout for Publish CI pipelines --- .ci/publish-nightly.yml | 2 +- .ci/publish-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/publish-nightly.yml b/.ci/publish-nightly.yml index efca970962..a693e10f6c 100644 --- a/.ci/publish-nightly.yml +++ b/.ci/publish-nightly.yml @@ -13,7 +13,7 @@ jobs: pool: vmImage: ubuntu-latest steps: - + - checkout: none - task: DownloadPipelineArtifact@2 displayName: Download the Windows Setup Artifact inputs: diff --git a/.ci/publish-release.yml b/.ci/publish-release.yml index 7b6a6aef01..f618cdff0f 100644 --- a/.ci/publish-release.yml +++ b/.ci/publish-release.yml @@ -15,7 +15,7 @@ jobs: pool: vmImage: ubuntu-latest steps: - + - checkout: none - task: DownloadPipelineArtifact@2 displayName: Download the Windows Setup Artifact inputs: