Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions build/WinUI-GitHub-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parameters:

variables:
- template: AzurePipelinesTemplates\WindowsAppSDK-Versions.yml@WindowsAppSDKVersionConfig
- template: build\AzurePipelinesTemplates\WinUI-BuildVariables.yml@WinUIInternal
- template: AzurePipelinesTemplates\WinUI-BuildVariables.yml
- group: WinUI-Variable-Library
- name: WindowsContainerImage
value: 'onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
Expand All @@ -49,10 +49,6 @@ resources:
type: git
name: OneBranch.Pipelines/GovernedTemplates
ref: refs/heads/main
- repository: WinUIInternal
type: git
name: WinUI/microsoft-ui-xaml-lift
ref: refs/heads/main
- repository: WindowsAppSDKConfig
type: git
name: ProjectReunion/WindowsAppSDKConfig
Expand Down Expand Up @@ -146,7 +142,7 @@ extends:
Write-Host "GitHub PR context validation completed."

- ${{ if eq(parameters.runFullValidation, true) }}:
- template: build\AzurePipelinesTemplates\WinUI-BuildWinUI-Stage.yml@WinUIInternal
- template: AzurePipelinesTemplates\WinUI-BuildWinUI-Stage.yml
parameters:
pipelineKind: GitHubPR
buildScenarioApps: true
Expand All @@ -157,7 +153,7 @@ extends:
dependsOn: ValidateGitHubPrContext

- ${{ if and(eq(parameters.runFullValidation, true), eq(parameters.MUXFinalRelease, false)) }}:
- template: build\AzurePipelinesTemplates\WinUI-BuildWinUI-Stage.yml@WinUIInternal
- template: AzurePipelinesTemplates\WinUI-BuildWinUI-Stage.yml
parameters:
stageName: Build_MUXFinalRelease
pipelineKind: PR-2
Expand All @@ -169,19 +165,19 @@ extends:
dependsOn: ValidateGitHubPrContext

- ${{ if eq(parameters.runFullValidation, true) }}:
- template: build\AzurePipelinesTemplates\WinUI-RunTests-Stage.yml@WinUIInternal
- template: AzurePipelinesTemplates\WinUI-RunTests-Stage.yml
parameters:
pipelineKind: PR
# Test results are published but do not gate the pipeline yet.
failOnTestFailure: false

- ${{ if eq(parameters.runFullValidation, true) }}:
- template: build\AzurePipelinesTemplates\WinUI-RunStaticTests-Stage.yml@WinUIInternal
- template: AzurePipelinesTemplates\WinUI-RunStaticTests-Stage.yml
parameters:
MUXFinalRelease: ${{ parameters.MUXFinalRelease }}

- ${{ if eq(parameters.runFullValidation, true) }}:
- template: build\AzurePipelinesTemplates\WinUI-RunScenarioTests-Stage.yml@WinUIInternal
- template: AzurePipelinesTemplates\WinUI-RunScenarioTests-Stage.yml
parameters:
pipelineKind: GitHubPR
dependsOn: Build
Loading