aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-09-17 01:37:42 +0200
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-09-17 01:37:42 +0200
commit831ce4da137f2daef94f9646cd0ab3c505b209ce (patch)
treeba80e10238df3cdc09b0a6afbdae80212c3ad9b0
parent24a5bebabe1a615e724b60a8f708b1d9708b33c5 (diff)
Skip checkout for Publish CI pipelines
-rw-r--r--.ci/publish-nightly.yml2
-rw-r--r--.ci/publish-release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.ci/publish-nightly.yml b/.ci/publish-nightly.yml
index efca97096..a693e10f6 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 7b6a6aef0..f618cdff0 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: