Skip to content

Commit 0fca70f

Browse files
authored
Merge pull request #2057 from microsoftgraph/po/syncGenerationBranch
Sync artifacts branch with generation branch
2 parents 26d47a6 + 242a785 commit 0fca70f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.azure-pipelines/weekly-preview-generation.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,17 @@ jobs:
150150
git commit -m 'Adds generated module artifacts'
151151
git push "https://$(GITHUB_TOKEN)@github.com/microsoftgraph/msgraph-sdk-powershell.git"
152152
git status
153+
- task: Bash@3
154+
displayName: Sync with generation branch
155+
enabled: true
156+
env:
157+
GITHUB_TOKEN: $(GITHUB_TOKEN)
158+
inputs:
159+
targetType: inline
160+
script: |
161+
git merge $(GenerationBranch) -s ours
162+
git push "https://$(GITHUB_TOKEN)@github.com/microsoftgraph/msgraph-sdk-powershell.git"
163+
git status
153164
- ${{ if eq(parameters.CreatePullRequest, true) }}:
154165
- template: common-templates/create-pr.yml
155166
parameters:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,3 +365,6 @@ coverage.xml
365365

366366
#Wrong Examples report Folder
367367
examplesreport/
368+
369+
# Code sign summary
370+
CodeSignSummary-*.md

0 commit comments

Comments
 (0)