diff options
| -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: |
