Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Jan 9, 2025
2 parents a3a6f24 + 7274a6f commit 5bd264b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,16 +218,16 @@ jobs:
# read about the problem with git output ($env:GIT_REDIRECT_STDERR = '2>&1') :
# https://github.com/microsoft/azure-pipelines-yaml/issues/248
# https://stackoverflow.com/questions/58485585/azure-pipeline-powershell-and-git-on-windows-server-2019-gives-error-in-output
- powershell: |
cd $(Build.SourcesDirectory)/service
git pull origin master
git fetch origin master --tags --force
git checkout master
git add surveyjs.io/App_Data/DocsEditor
git commit -m "updated survey-creator docs [azurepipelines skip]"
git pull origin master
git push origin master
displayName: "Git surveyjs/service push updated docs"
# - powershell: |
# cd $(Build.SourcesDirectory)/service
# git pull origin master
# git fetch origin master --tags --force
# git checkout master
# git add surveyjs.io/App_Data/DocsEditor
# git commit -m "updated survey-creator docs [azurepipelines skip]"
# git pull origin master
# git push origin master
# displayName: "Git surveyjs/service push updated docs"

- job: CreatorV2React
dependsOn: CreatorV2Core
Expand Down

0 comments on commit 5bd264b

Please sign in to comment.