Skip to content

Commit deb114d

Browse files
Update devops-integration.yml for Azure Pipelines
1 parent a7d53cf commit deb114d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

legacy-pipelines/devops-integration.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -171,17 +171,17 @@ steps:
171171

172172
# read about the problem with git output ($env:GIT_REDIRECT_STDERR = '2>&1') :
173173
# https://github.com/microsoft/azure-pipelines-yaml/issues/248
174-
# https://stackoverflow.com/questions/58485585/azure-pipeline-powershell-and-git-on-windows-server-2019-gives-error-in-output
175-
- powershell: |
176-
cd $(Build.SourcesDirectory)/service
177-
git pull origin master
178-
git fetch origin master --tags --force
179-
git checkout master
180-
git add surveyjs.io/App_Data/DocsPdf
181-
git commit -m "updated survey-pdf docs"
182-
git pull origin master
183-
git push origin master
184-
displayName: 'git surveyjs/service push updated docs'
174+
# # https://stackoverflow.com/questions/58485585/azure-pipeline-powershell-and-git-on-windows-server-2019-gives-error-in-output
175+
# - powershell: |
176+
# cd $(Build.SourcesDirectory)/service
177+
# git pull origin master
178+
# git fetch origin master --tags --force
179+
# git checkout master
180+
# git add surveyjs.io/App_Data/DocsPdf
181+
# git commit -m "updated survey-pdf docs"
182+
# git pull origin master
183+
# git push origin master
184+
# displayName: 'git surveyjs/service push updated docs'
185185

186186
- task: CopyFiles@2
187187
inputs:

0 commit comments

Comments
 (0)