Skip to content

Commit

Permalink
don't need these parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kythant committed Jun 7, 2022
1 parent 44473a8 commit 5c76b96
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build/WindowsAppSDK-MergeMainToDevelop.yml
@@ -0,0 +1,15 @@
name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
jobs:
- job: Merge
pool: $(ProjectReunionBuildPool)
steps:
- checkout: self
persistCredentials: true

- task: CmdLine@2
inputs:
script: |
git checkout develop
git config pull.rebase false
git pull origin main
git push

0 comments on commit 5c76b96

Please sign in to comment.