Browse Source

Skip checkout for Publish CI pipelines

Erwin de Haan 5 years ago
parent
commit
831ce4da13
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .ci/publish-nightly.yml
  2. 1 1
      .ci/publish-release.yml

+ 1 - 1
.ci/publish-nightly.yml

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

+ 1 - 1
.ci/publish-release.yml

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