File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -171,17 +171,17 @@ steps:
171
171
172
172
# read about the problem with git output ($env:GIT_REDIRECT_STDERR = '2>&1') :
173
173
# https://github.com/microsoft/azure-pipelines-yaml/issues/248
174
- # https://stackoverflow.com/questions/58485585/azure-pipeline-powershell-and-git-on-windows-server-2019-gives-error-in-output
175
- - powershell : |
176
- cd $(Build.SourcesDirectory)/service
177
- git pull origin master
178
- git fetch origin master --tags --force
179
- git checkout master
180
- git add surveyjs.io/App_Data/DocsPdf
181
- git commit -m "updated survey-pdf docs"
182
- git pull origin master
183
- git push origin master
184
- displayName : ' git surveyjs/service push updated docs'
174
+ # # https://stackoverflow.com/questions/58485585/azure-pipeline-powershell-and-git-on-windows-server-2019-gives-error-in-output
175
+ # - powershell: |
176
+ # cd $(Build.SourcesDirectory)/service
177
+ # git pull origin master
178
+ # git fetch origin master --tags --force
179
+ # git checkout master
180
+ # git add surveyjs.io/App_Data/DocsPdf
181
+ # git commit -m "updated survey-pdf docs"
182
+ # git pull origin master
183
+ # git push origin master
184
+ # displayName: 'git surveyjs/service push updated docs'
185
185
186
186
- task : CopyFiles@2
187
187
inputs :
You can’t perform that action at this time.
0 commit comments