Skip to content

Commit 29f443c

Browse files
committed
because, that's why
2 parents 06b9fe1 + 8e38a83 commit 29f443c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ steps:
3434
ArtifactName: 'drop'
3535
publishLocation: 'Container'
3636

37-
- task: PublishBuildArtifacts@1
38-
displayName: 'Publish postman collection'
39-
inputs:
40-
PathtoPublish: '$(Build.SourcesDirectory)\Postman Delivers.postman_collection.json'
41-
ArtifactName: 'collection'
42-
publishLocation: 'Container'
4337
- task: PublishBuildArtifacts@1
4438
displayName: 'Publish postman globals'
4539
inputs:
@@ -48,8 +42,15 @@ steps:
4842
publishLocation: 'Container'
4943

5044
- task: PublishBuildArtifacts@1
51-
displayName: 'Publish postman env'
45+
displayName: 'Publish azure env'
46+
inputs:
47+
PathtoPublish: '$(Build.SourcesDirectory)\PostmandDelivers Azure.postman_environment.json'
48+
ArtifactName: 'azure environment'
49+
publishLocation: 'Container'
50+
51+
- task: PublishBuildArtifacts@1
52+
displayName: 'Publish test collection'
5253
inputs:
53-
PathtoPublish: '$(Build.SourcesDirectory)\PostmandDelivers HTTPS.postman_environment.json'
54-
ArtifactName: 'environment'
54+
PathtoPublish: '$(Build.SourcesDirectory)\X Wins With Tests.postman_collection.json'
55+
ArtifactName: 'test collection'
5556
publishLocation: 'Container'

0 commit comments

Comments
 (0)