File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
- trigger :
1
+ trigger : none
2
+ pr :
2
3
- master
3
4
pool :
4
5
vmImage : ' windows-latest'
Original file line number Diff line number Diff line change 1
1
trigger :
2
- - master
2
+ batch : true
3
+ branches :
4
+ include :
5
+ - master
6
+ pr : none
3
7
pool :
4
8
vmImage : ' windows-latest'
5
9
variables :
@@ -104,21 +108,20 @@ stages:
104
108
POWERAPPS_SPECFLOW_BINDINGS_TEST_ADMIN_USERNAME : $(User ADO Integration Username)
105
109
POWERAPPS_SPECFLOW_BINDINGS_TEST_ADMIN_PASSWORD : $(User ADO Integration Password)
106
110
POWERAPPS_SPECFLOW_BINDINGS_TEST_URL : $(URL)
107
- - stage : PublishtoPrivateFeed
108
- displayName : Publish to Private Feed
111
+ - stage : PublishPackage
112
+ displayName : Publish Package
109
113
jobs :
110
- - job : PublishPrivateJob
111
- displayName : Publish to Private Feed
114
+ - job : PublishToNuGetGalleryJob
115
+ displayName : Publish To NuGet Gallery
112
116
steps :
113
117
- checkout : none
114
118
- download : current
115
119
displayName : Download NuGet package artifact
116
120
artifact : Capgemini.PowerApps.SpecFlowBindings
117
121
- task : NuGetCommand@2
118
- displayName : Push to private feed
122
+ displayName : ' NuGet push '
119
123
inputs :
120
124
command : push
121
125
packagesToPush : ' $(Pipeline.Workspace)/Capgemini.PowerApps.SpecFlowBindings/*.nupkg'
122
- nuGetFeedType : ' internal'
123
- publishVstsFeed : ' 25162f08-da5e-4c04-bac0-40216eaa4bf9'
124
-
126
+ nuGetFeedType : external
127
+ publishFeedCredentials : NuGet
You can’t perform that action at this time.
0 commit comments