From f3af5ff76faf77d735963abcf1d06894998f2cc6 Mon Sep 17 00:00:00 2001 From: Quentin Al-Timimi <27322516+quentin987@users.noreply.github.com> Date: Mon, 11 Jan 2021 15:37:37 -0800 Subject: [PATCH] Update graph internal engine verseion (#1466) (cherry picked from commit 0048dcb50031a2e94cd041282ed9a3511b4143b4) --- build/pipelines/templates/build-app-internal.yaml | 2 +- build/pipelines/templates/prepare-release-internalonly.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/templates/build-app-internal.yaml b/build/pipelines/templates/build-app-internal.yaml index 9c55b30a2..9e0828157 100644 --- a/build/pipelines/templates/build-app-internal.yaml +++ b/build/pipelines/templates/build-app-internal.yaml @@ -27,7 +27,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.53 + vstsPackageVersion: 0.0.54 - 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 b14d5979d..56bce41d5 100644 --- a/build/pipelines/templates/prepare-release-internalonly.yaml +++ b/build/pipelines/templates/prepare-release-internalonly.yaml @@ -80,7 +80,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.53 + vstsPackageVersion: 0.0.54 - powershell: | # Just modify this line to indicate where your en-us PDP file is. Leave the other lines alone.