From 31c233451bd46c62570cbdc0a69ddfddac344454 Mon Sep 17 00:00:00 2001 From: Dmitry Kurmanov Date: Thu, 9 Jan 2025 16:08:06 +0400 Subject: [PATCH] Update devops-integration.yml for Azure Pipelines --- devops-integration.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/devops-integration.yml b/devops-integration.yml index 6d8d4e9..2087858 100644 --- a/devops-integration.yml +++ b/devops-integration.yml @@ -172,16 +172,16 @@ steps: # 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/DocsPdf - git commit -m "updated survey-pdf docs" - 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/DocsPdf + # git commit -m "updated survey-pdf docs" + # git pull origin master + # git push origin master + # displayName: "git surveyjs/service push updated docs" - task: CopyFiles@2 inputs: