Skip to content

Commit

Permalink
I meant publish, not download (#63707)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Dec 22, 2022
1 parent 570e059 commit e0d4d85
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions azure-pipelines.yml
Expand Up @@ -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

0 comments on commit e0d4d85

Please sign in to comment.