File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,21 @@ steps:
35
35
publishLocation : ' Container'
36
36
37
37
- task : PublishBuildArtifacts@1
38
- displayName : ' Publish postman scripts '
38
+ displayName : ' Publish postman collection '
39
39
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'
42
55
publishLocation : ' Container'
You can’t perform that action at this time.
0 commit comments