Skip to content

Commit 27b5b35

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent cdd8ec5 commit 27b5b35

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

azure-pipelines.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,21 @@ steps:
3535
publishLocation: 'Container'
3636

3737
- task: PublishBuildArtifacts@1
38-
displayName: 'Publish postman scripts'
38+
displayName: 'Publish postman collection'
3939
inputs:
40-
PathtoPublish: '$(Build.SourcesDirectory)\*.postman*.json'
41-
ArtifactName: 'drop'
40+
PathtoPublish: '$(Build.SourcesDirectory)\Postman Delivers.postman_collection.json'
41+
ArtifactName: 'collection'
42+
publishLocation: 'Container'
43+
- task: PublishBuildArtifacts@1
44+
displayName: 'Publish postman globals'
45+
inputs:
46+
PathtoPublish: '$(Build.SourcesDirectory)\Postman Delivers.postman_globals.json'
47+
ArtifactName: 'globals'
48+
publishLocation: 'Container'
49+
50+
- task: PublishBuildArtifacts@1
51+
displayName: 'Publish postman env'
52+
inputs:
53+
PathtoPublish: '$(Build.SourcesDirectory)\PostmandDelivers HTTPS.postman_environment.json'
54+
ArtifactName: 'environment'
4255
publishLocation: 'Container'

0 commit comments

Comments
 (0)