We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24cdee commit 2f32dfcCopy full SHA for 2f32dfc
azure-pipelines.yml
@@ -29,6 +29,6 @@ steps:
29
dir /s
30
- task: PublishBuildArtifacts@1
31
inputs:
32
- PathtoPublish: '$(Build.SourcesDirectory)\PostmanDelivers.API\bin\Release\netcoreapp2.2\publish\'
+ PathtoPublish: '$(Build.SourcesDirectory)\PostmanDelivers.API\bin\Release\netcoreapp2.2\publish.zip'
33
ArtifactName: 'drop'
34
publishLocation: 'Container'
0 commit comments