From 3f254438923b1a010adea21b697d108fbd1b4e4f Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Tue, 15 Feb 2022 10:30:49 -0800 Subject: [PATCH] Update internals package to 0.0.78 --- build/pipelines/templates/build-single-architecture.yaml | 2 +- build/pipelines/templates/package-msixbundle.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/templates/build-single-architecture.yaml b/build/pipelines/templates/build-single-architecture.yaml index 3fa67a5d..f8dd8fd6 100644 --- a/build/pipelines/templates/build-single-architecture.yaml +++ b/build/pipelines/templates/build-single-architecture.yaml @@ -41,7 +41,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.67 + vstsPackageVersion: 0.0.78 - task: NuGetToolInstaller@1 displayName: Use NuGet 5.x diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml index acc095d5..842fd3b9 100644 --- a/build/pipelines/templates/package-msixbundle.yaml +++ b/build/pipelines/templates/package-msixbundle.yaml @@ -43,7 +43,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.67 + vstsPackageVersion: 0.0.78 - task: PowerShell@2 displayName: Generate MsixBundle mapping