Skip to content

Commit 1f5c024

Browse files
Update build-packages.yml for Azure Pipelines
1 parent 2254f26 commit 1f5c024

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

legacy-pipelines/build-packages.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -342,16 +342,16 @@ jobs:
342342
# read about the problem with git output ($env:GIT_REDIRECT_STDERR = '2>&1') :
343343
# https://github.com/microsoft/azure-pipelines-yaml/issues/248
344344
# https://stackoverflow.com/questions/58485585/azure-pipeline-powershell-and-git-on-windows-server-2019-gives-error-in-output
345-
- powershell: |
346-
cd $(Build.SourcesDirectory)/service
347-
git pull origin master
348-
git fetch origin master --tags --force
349-
git checkout master
350-
git add surveyjs.io/App_Data/DocsEditor
351-
git commit -m "updated survey-creator docs [azurepipelines skip]"
352-
git pull origin master
353-
git push origin master
354-
displayName: "Git surveyjs/service push updated docs"
345+
# - powershell: |
346+
# cd $(Build.SourcesDirectory)/service
347+
# git pull origin master
348+
# git fetch origin master --tags --force
349+
# git checkout master
350+
# git add surveyjs.io/App_Data/DocsEditor
351+
# git commit -m "updated survey-creator docs [azurepipelines skip]"
352+
# git pull origin master
353+
# git push origin master
354+
# displayName: "Git surveyjs/service push updated docs"
355355

356356
- job: CreatorV2React
357357
dependsOn: CreatorV2Core

0 commit comments

Comments
 (0)