Skip to content

Commit 4fd9c0e

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 92bffe0 commit 4fd9c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ steps:
1818
displayName: 'donet publish'
1919
inputs:
2020
command: 'publish'
21-
configuration: 'Release'
2221
publishWebProjects: false
2322
projects: '**\PostmanDelivers.API.csproj'
23+
arguments: '--configuration Release'
2424

2525
- task: PublishBuildArtifacts@1
2626
inputs:

0 commit comments

Comments
 (0)