Skip to content

Commit d7a1d06

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 6729990 commit d7a1d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ steps:
2929
script: 'dir /s'
3030
- task: PublishBuildArtifacts@1
3131
inputs:
32-
PathtoPublish: '$(System.DefaultWorkingDirectory)/_crowcoder_PostmanDelivers'
32+
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
3333
ArtifactName: 'drop'
34-
publishLocation: 'Container'
34+
publishLocation: 'Container'

0 commit comments

Comments
 (0)