File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -365,3 +365,6 @@ coverage.xml
365365
366366# Wrong Examples report Folder
367367examplesreport /
368+
369+ # Code sign summary
370+ CodeSignSummary- * .md
You can’t perform that action at this time.
0 commit comments