Skip to content

Commit 10b8a9a

Browse files
Update build-packages.yml for Azure Pipelines
1 parent 56252ab commit 10b8a9a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

build-packages.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -180,19 +180,19 @@ jobs:
180180
# read about the problem with git output ($env:GIT_REDIRECT_STDERR = '2>&1') :
181181
# https://github.com/microsoft/azure-pipelines-yaml/issues/248
182182
# https://stackoverflow.com/questions/58485585/azure-pipeline-powershell-and-git-on-windows-server-2019-gives-error-in-output
183-
- powershell: |
184-
cd $(Build.SourcesDirectory)/service
185-
$env:GIT_REDIRECT_STDERR = '2>&1'
186-
git config --global user.email "[email protected]"
187-
git config --global user.name "dmitrykurmanov"
188-
git pull origin master
189-
git fetch origin master --tags --force
190-
git checkout master
191-
git add surveyjs.io/App_Data/DocsLibrary
192-
git commit -m "updated survey-library docs [azurepipelines skip]"
193-
git pull origin master
194-
git push origin master
195-
displayName: "git surveyjs/service push updated docs"
183+
# - powershell: |
184+
# cd $(Build.SourcesDirectory)/service
185+
# $env:GIT_REDIRECT_STDERR = '2>&1'
186+
# git config --global user.email "[email protected]"
187+
# git config --global user.name "dmitrykurmanov"
188+
# git pull origin master
189+
# git fetch origin master --tags --force
190+
# git checkout master
191+
# git add surveyjs.io/App_Data/DocsLibrary
192+
# git commit -m "updated survey-library docs [azurepipelines skip]"
193+
# git pull origin master
194+
# git push origin master
195+
# displayName: "git surveyjs/service push updated docs"
196196

197197
- task: CopyFiles@2
198198
inputs:

0 commit comments

Comments
 (0)