File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -180,19 +180,19 @@ jobs:
180
180
# read about the problem with git output ($env:GIT_REDIRECT_STDERR = '2>&1') :
181
181
# https://github.com/microsoft/azure-pipelines-yaml/issues/248
182
182
# https://stackoverflow.com/questions/58485585/azure-pipeline-powershell-and-git-on-windows-server-2019-gives-error-in-output
183
- - powershell : |
184
- cd $(Build.SourcesDirectory)/service
185
- $env:GIT_REDIRECT_STDERR = '2>&1'
186
- git config --global user.email "[email protected] "
187
- git config --global user.name "dmitrykurmanov"
188
- git pull origin master
189
- git fetch origin master --tags --force
190
- git checkout master
191
- git add surveyjs.io/App_Data/DocsLibrary
192
- git commit -m "updated survey-library docs [azurepipelines skip]"
193
- git pull origin master
194
- git push origin master
195
- displayName: "git surveyjs/service push updated docs"
183
+ # - powershell: |
184
+ # cd $(Build.SourcesDirectory)/service
185
+ # $env:GIT_REDIRECT_STDERR = '2>&1'
186
+ # git config --global user.email "[email protected] "
187
+ # git config --global user.name "dmitrykurmanov"
188
+ # git pull origin master
189
+ # git fetch origin master --tags --force
190
+ # git checkout master
191
+ # git add surveyjs.io/App_Data/DocsLibrary
192
+ # git commit -m "updated survey-library docs [azurepipelines skip]"
193
+ # git pull origin master
194
+ # git push origin master
195
+ # displayName: "git surveyjs/service push updated docs"
196
196
197
197
- task : CopyFiles@2
198
198
inputs :
You can’t perform that action at this time.
0 commit comments