Skip to content

Commit 8baacca

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 9a7ac85 commit 8baacca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ steps:
2424
displayName: 'donet publish'
2525
inputs:
2626
command: 'publish'
27+
configuration: 'Release'
2728
publishWebProjects: false
2829
projects: '**\PostmanDelivers.API.csproj'
2930

3031
- task: PublishBuildArtifacts@1
3132
inputs:
32-
PathtoPublish: '$(Build.SourcesDirectory)\PostmanDelivers.API\bin\Release\netcoreapp2.2\publish\'
33+
PathtoPublish: '$(Build.SourcesDirectory)\PostmanDelivers.API\bin\Release\netcoreapp2.2\publish'
3334
ArtifactName: 'drop'
3435
publishLocation: 'Container'

0 commit comments

Comments
 (0)