diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-09-17 01:37:42 +0200 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-09-17 01:37:42 +0200 |
| commit | 831ce4da137f2daef94f9646cd0ab3c505b209ce (patch) | |
| tree | ba80e10238df3cdc09b0a6afbdae80212c3ad9b0 | |
| parent | 24a5bebabe1a615e724b60a8f708b1d9708b33c5 (diff) | |
Skip checkout for Publish CI pipelines
| -rw-r--r-- | .ci/publish-nightly.yml | 2 | ||||
| -rw-r--r-- | .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 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: |
