Skip to content

Commit

Permalink
Update SyncMirror Pipeline to include 1.4-stable (#3630)
Browse files Browse the repository at this point in the history
  • Loading branch information
kythant committed May 13, 2023
1 parent 146fb6c commit 8316e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/WindowsAppSDK-SyncMirroredRepository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ parameters:
develop: develop
main: main
release/1.3-stable: release/1.3-stable
release/1.4-stable: release/1.4-stable

jobs:
- job: SyncMirror
strategy:
matrix:
matrix:
${{ each branches in parameters.SourceToTargetBranch }}:
${{ branches.key }}:
SourceBranch: ${{ branches.key }}
Expand Down

0 comments on commit 8316e00

Please sign in to comment.