diff --git a/build/pipelines/templates/build-single-architecture.yaml b/build/pipelines/templates/build-single-architecture.yaml index 65792e7..7e1e157 100644 --- a/build/pipelines/templates/build-single-architecture.yaml +++ b/build/pipelines/templates/build-single-architecture.yaml @@ -45,7 +45,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.78 + vstsPackageVersion: 0.0.91 - 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 bf6f695..36d98e9 100644 --- a/build/pipelines/templates/package-msixbundle.yaml +++ b/build/pipelines/templates/package-msixbundle.yaml @@ -47,7 +47,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.78 + vstsPackageVersion: 0.0.91 - task: PowerShell@2 displayName: Generate MsixBundle mapping @@ -155,4 +155,4 @@ jobs: displayName: Publish StoreBroker Payload artifact inputs: pathtoPublish: $(StoreBrokerPackagePath) - artifactName: storeBrokerPayload \ No newline at end of file + artifactName: storeBrokerPayload