Skip to content

Commit

Permalink
Update build-packages.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Feb 7, 2025
1 parent be22448 commit 5afc5ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ resources:
type: github
endpoint: github.com_surveyjsdeveloper
name: surveyjs/service
ref: V2
- repository: EmptyRepo
type: github
endpoint: github.com_surveyjsdeveloper
Expand Down Expand Up @@ -228,6 +229,16 @@ jobs:
# git pull origin master
# git push origin master
# displayName: "Git surveyjs/service push updated docs"
- powershell: |
cd $(Build.SourcesDirectory)/service
git pull origin V2
git fetch origin V2 --tags --force
git checkout V2
git add surveyjs.io/App_Data/DocsEditor
git commit -m "updated survey-creator V2 docs [azurepipelines skip]"
git pull origin V2
git push origin V2
displayName: "git surveyjs/service push updated V2 docs"
- job: CreatorV2React
dependsOn: CreatorV2Core
Expand Down

0 comments on commit 5afc5ab

Please sign in to comment.