diff --git a/build/WinUI-GitHub-PR.yml b/build/WinUI-GitHub-PR.yml index a34c066768..1770f2f036 100644 --- a/build/WinUI-GitHub-PR.yml +++ b/build/WinUI-GitHub-PR.yml @@ -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' @@ -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 @@ -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 @@ -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 @@ -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