diff --git a/build/pipelines/azure-pipelines.ci-internal.yaml b/build/pipelines/azure-pipelines.ci-internal.yaml index 6014b53..b4e857c 100644 --- a/build/pipelines/azure-pipelines.ci-internal.yaml +++ b/build/pipelines/azure-pipelines.ci-internal.yaml @@ -30,6 +30,11 @@ jobs: 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/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index 6e049dd..05eec0b 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -4,20 +4,13 @@ # Store and the Windows image. This pipeline relies on Microsoft-internal resources to run. # -schedules: -- cron: "0 7 * * *" - displayName: Daily midnight build - branches: - include: - - master - trigger: none pr: none variables: versionMajor: 10 - versionMinor: 2108 - versionBuild: $[counter('10.2108.*', 0)] + versionMinor: 2109 + versionBuild: $[counter('10.2109.*', 0)] versionPatch: 0 name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)' @@ -26,27 +19,20 @@ jobs: - template: ./templates/build-app-internal.yaml parameters: platform: x64 + isPublicRelease: true - template: ./templates/build-app-internal.yaml parameters: platform: x86 + isPublicRelease: true condition: not(eq(variables['Build.Reason'], 'PullRequest')) - template: ./templates/build-app-internal.yaml parameters: platform: ARM + isPublicRelease: 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/build-app-internal.yaml b/build/pipelines/templates/build-app-internal.yaml index 69b5262..f09e2cd 100644 --- a/build/pipelines/templates/build-app-internal.yaml +++ b/build/pipelines/templates/build-app-internal.yaml @@ -6,6 +6,7 @@ parameters: platform: '' condition: '' + isPublicRelease: false jobs: - job: Build${{ parameters.platform }} @@ -27,7 +28,10 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.54 + ${{ if eq(parameters.isPublicRelease, true) }}: + vstsPackageVersion: 0.0.66 + ${{ if eq(parameters.isPublicRelease, false) }}: + vstsPackageVersion: 0.0.65 - template: ./build-single-architecture.yaml parameters: diff --git a/build/pipelines/templates/prepare-release-internalonly.yaml b/build/pipelines/templates/prepare-release-internalonly.yaml index cd383dc..d555140 100644 --- a/build/pipelines/templates/prepare-release-internalonly.yaml +++ b/build/pipelines/templates/prepare-release-internalonly.yaml @@ -81,7 +81,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.54 + vstsPackageVersion: 0.0.66 - powershell: | # Just modify this line to indicate where your en-us PDP file is. Leave the other lines alone. diff --git a/src/Calculator/AboutFlyout.xaml b/src/Calculator/AboutFlyout.xaml deleted file mode 100644 index e9b16a6..0000000 --- a/src/Calculator/AboutFlyout.xaml +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -