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 11b76e2 commit c24cdeeCopy full SHA for c24cdee
azure-pipelines.yml
@@ -22,8 +22,13 @@ steps:
22
projects: '**\PostmanDelivers.API.csproj'
23
arguments: '--configuration Release'
24
25
+- task: CmdLine@2
26
+ inputs:
27
+ script: |
28
+ cd $(Build.SourcesDirectory)
29
+ dir /s
30
- task: PublishBuildArtifacts@1
31
inputs:
- PathtoPublish: '$(Build.SourcesDirectory)\PostmanDelivers.API\bin\Release\netcoreapp2.2\publish\PostmanDelivers.API'
32
+ PathtoPublish: '$(Build.SourcesDirectory)\PostmanDelivers.API\bin\Release\netcoreapp2.2\publish\'
33
ArtifactName: 'drop'
34
publishLocation: 'Container'
0 commit comments