I meant publish, not download (#63707)

This commit is contained in:
Andrew Branch
2022-12-22 10:14:25 -08:00
committed by GitHub
parent 570e0593fc
commit e0d4d85858

View File

@@ -27,13 +27,11 @@ jobs:
displayName: 'npm run test-all'
- task: DownloadBuildArtifacts@1
- task: PublishPipelineArtifact@1
condition: eq(variables['System.debug'], 'true')
inputs:
buildType: 'current'
downloadType: 'specific'
downloadPath: '$(System.ArtifactsDirectory)'
cleanDestinationFolder: true
targetPath: '$(Pipeline.Workspace)'
publishLocation: 'pipeline'
trigger:
- master