From 7274a6f556eb6b631df003d335e677c31172b1a7 Mon Sep 17 00:00:00 2001 From: Dmitry Kurmanov Date: Thu, 9 Jan 2025 16:04:09 +0400 Subject: [PATCH] Update build-packages.yml for Azure Pipelines --- build-packages.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/build-packages.yml b/build-packages.yml index 21f8e92468..e9529c3f44 100644 --- a/build-packages.yml +++ b/build-packages.yml @@ -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