Skip to content

Commit 181f313

Browse files
authored
chore: removes redundant artifact download task
1 parent d26afe8 commit 181f313

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,6 @@ extends:
265265
inputs:
266266
versionSpec: '>=5.2.0'
267267
checkLatest: true
268-
- task: DownloadPipelineArtifact@2
269-
displayName: Download nupkg from artifacts
270-
inputs:
271-
artifact: ReadyForReleasePipeline
272-
source: current
273268
- task: PowerShell@2
274269
displayName: 'Get Latest Commit SHA from repo'
275270
inputs:

0 commit comments

Comments
 (0)