diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index 2fc9b674..dd1104df 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -36,6 +36,16 @@ jobs: useReleaseAppxmanifest: true condition: not(eq(variables['Build.Reason'], 'PullRequest')) +- template: ./templates/run-ui-tests.yaml + parameters: + platform: x64 + runsettingsFileName: CalculatorUITests.release.runsettings + +- template: ./templates/run-ui-tests.yaml + parameters: + platform: x86 + runsettingsFileName: CalculatorUITests.release.runsettings + - template: ./templates/run-unit-tests.yaml parameters: platform: x64 diff --git a/build/pipelines/templates/run-ui-tests.yaml b/build/pipelines/templates/run-ui-tests.yaml index 4fb27fe6..c673ca9a 100644 --- a/build/pipelines/templates/run-ui-tests.yaml +++ b/build/pipelines/templates/run-ui-tests.yaml @@ -12,17 +12,17 @@ jobs: condition: succeeded() pool: ${{ if eq(parameters.isOSSBuild, true) }}: - name: EssentialExperiencesOpenSource-windows-2022 + name: EssentialExperiencesOpenSource-Win11 ${{ if eq(parameters.isOSSBuild, false) }}: - name: EssentialExperiences-windows-2022 + name: EssentialExperiences-Win11 variables: skipComponentGovernanceDetection: true steps: - checkout: none - - powershell: Set-DisplayResolution -Width 1920 -Height 1080 -Force - displayName: Set resolution to 1920x1080 - continueOnError: true + - powershell: Set-DisplayResolution -Width 1920 -Height 1080 -Force + displayName: Set resolution to 1920x1080 + continueOnError: true - task: DownloadBuildArtifacts@0 displayName: Download MsixBundle and CalculatorUITests @@ -52,4 +52,4 @@ jobs: platform: ${{ parameters.platform }} configuration: Release ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: - testFiltercriteria: Priority=0 + testFiltercriteria: Priority=0 diff --git a/src/Calculator/Package.appxmanifest b/src/Calculator/Package.appxmanifest index aad82ea5..515c8ee9 100644 --- a/src/Calculator/Package.appxmanifest +++ b/src/Calculator/Package.appxmanifest @@ -8,7 +8,7 @@ Assets\CalculatorStoreLogo.png - +