Skip to content

Commit e0d4d85

Browse files
authored
I meant publish, not download (DefinitelyTyped#63707)
1 parent 570e059 commit e0d4d85

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

azure-pipelines.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ jobs:
2727
2828
displayName: 'npm run test-all'
2929
30-
- task: DownloadBuildArtifacts@1
30+
- task: PublishPipelineArtifact@1
3131
condition: eq(variables['System.debug'], 'true')
3232
inputs:
33-
buildType: 'current'
34-
downloadType: 'specific'
35-
downloadPath: '$(System.ArtifactsDirectory)'
36-
cleanDestinationFolder: true
33+
targetPath: '$(Pipeline.Workspace)'
34+
publishLocation: 'pipeline'
3735

3836
trigger:
3937
- master

0 commit comments

Comments
 (0)