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 9a7ac85 commit 8baaccaCopy full SHA for 8baacca
azure-pipelines.yml
@@ -24,11 +24,12 @@ steps:
24
displayName: 'donet publish'
25
inputs:
26
command: 'publish'
27
+ configuration: 'Release'
28
publishWebProjects: false
29
projects: '**\PostmanDelivers.API.csproj'
30
31
- task: PublishBuildArtifacts@1
32
- PathtoPublish: '$(Build.SourcesDirectory)\PostmanDelivers.API\bin\Release\netcoreapp2.2\publish\'
33
+ PathtoPublish: '$(Build.SourcesDirectory)\PostmanDelivers.API\bin\Release\netcoreapp2.2\publish'
34
ArtifactName: 'drop'
35
publishLocation: 'Container'
0 commit comments