Skip to content

Commit a12b4c9

Browse files
authored
Enable Test Installer and VSIX stage on Onebranch PR (#6283)
* Enable Test Installer and VSIX stage on Onebranch PR * IsOneBranch true by default on VSIX and Installer Steps
1 parent b4e0d19 commit a12b4c9

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

build/AzurePipelinesTemplates/WindowsAppSDK-BuildInstaller-Steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
default: false
88
- name: IsOneBranch
99
type: boolean
10-
default: false
10+
default: true
1111
- name: runStaticAnalysis
1212
type: boolean
1313
default: false

build/AzurePipelinesTemplates/WindowsAppSDK-BuildVSIX-Steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parameters:
44
default: false
55
- name: IsOneBranch
66
type: boolean
7-
default: false
7+
default: true
88
- name: IsOfficial
99
type: boolean
1010
default: false

build/ProjectReunion-BuildFoundation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ resources:
4949
ref: $(SamplesBranch)
5050

5151
stages:
52-
5352
- template: AzurePipelinesTemplates\WindowsAppSDK-BuildInstaller-Stage.yml@self
5453

5554
- template: AzurePipelinesTemplates\WindowsAppSDK-BuildVSIX-Stage.yml@self

build/WindowsAppSDK-Foundation-PR.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,7 @@ extends:
146146
runStaticAnalysis: ${{ parameters.runStaticAnalysis }}
147147
maxParallel_x64: ${{ variables.maxParallelForBuildSamplesCompatJob_x64 }}
148148
maxParallel_arm64: ${{ variables.maxParallelForBuildSamplesCompatJob_arm64 }}
149+
150+
- template: AzurePipelinesTemplates\WindowsAppSDK-BuildInstaller-Stage.yml@self
151+
152+
- template: AzurePipelinesTemplates\WindowsAppSDK-BuildVSIX-Stage.yml@self

0 commit comments

Comments
 (0)