File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -342,16 +342,16 @@ jobs:
342
342
# read about the problem with git output ($env:GIT_REDIRECT_STDERR = '2>&1') :
343
343
# https://github.com/microsoft/azure-pipelines-yaml/issues/248
344
344
# https://stackoverflow.com/questions/58485585/azure-pipeline-powershell-and-git-on-windows-server-2019-gives-error-in-output
345
- - powershell : |
346
- cd $(Build.SourcesDirectory)/service
347
- git pull origin master
348
- git fetch origin master --tags --force
349
- git checkout master
350
- git add surveyjs.io/App_Data/DocsEditor
351
- git commit -m "updated survey-creator docs [azurepipelines skip]"
352
- git pull origin master
353
- git push origin master
354
- displayName: "Git surveyjs/service push updated docs"
345
+ # - powershell: |
346
+ # cd $(Build.SourcesDirectory)/service
347
+ # git pull origin master
348
+ # git fetch origin master --tags --force
349
+ # git checkout master
350
+ # git add surveyjs.io/App_Data/DocsEditor
351
+ # git commit -m "updated survey-creator docs [azurepipelines skip]"
352
+ # git pull origin master
353
+ # git push origin master
354
+ # displayName: "Git surveyjs/service push updated docs"
355
355
356
356
- job : CreatorV2React
357
357
dependsOn : CreatorV2Core
You can’t perform that action at this time.
0 commit comments