mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
I meant publish, not download (#63707)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user