File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ resources:
9
9
type : github
10
10
endpoint : github.com_surveyjsdeveloper
11
11
name : surveyjs/service
12
+ ref : V2
12
13
13
14
trigger :
14
15
batch : true
@@ -178,10 +179,20 @@ steps:
178
179
# git fetch origin master --tags --force
179
180
# git checkout master
180
181
# git add surveyjs.io/App_Data/DocsPdf
181
- # git commit -m "updated survey-pdf docs"
182
+ # git commit -m "updated survey-pdf docs [azurepipelines skip] "
182
183
# git pull origin master
183
184
# git push origin master
184
185
# displayName: "git surveyjs/service push updated docs"
186
+ - powershell : |
187
+ cd $(Build.SourcesDirectory)/service
188
+ git pull origin V2
189
+ git fetch origin V2 --tags --force
190
+ git checkout V2
191
+ git add surveyjs.io/App_Data/DocsPdf
192
+ git commit -m "updated survey-pdf V2 docs [azurepipelines skip]"
193
+ git pull origin V2
194
+ git push origin V2
195
+ displayName: "git surveyjs/service push updated V2 docs"
185
196
186
197
- task : CopyFiles@2
187
198
inputs :
You can’t perform that action at this time.
0 commit comments