From 336812328b24fd155e8088f4c819d5b01efefd13 Mon Sep 17 00:00:00 2001 From: Quentin Al-Timimi <27322516+quentin987@users.noreply.github.com> Date: Wed, 18 Aug 2021 16:14:29 -0700 Subject: [PATCH] updating appx instead of msix --- build/pipelines/templates/release-vpack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/templates/release-vpack.yaml b/build/pipelines/templates/release-vpack.yaml index f9de66b2..aac7fbb6 100644 --- a/build/pipelines/templates/release-vpack.yaml +++ b/build/pipelines/templates/release-vpack.yaml @@ -28,7 +28,7 @@ jobs: env: SYSTEM_ACCESSTOKEN: $(System.AccessToken) inputs: - sourceDirectory: $(Build.ArtifactStagingDirectory)\vpack\msixBundle + sourceDirectory: $(Build.ArtifactStagingDirectory)\vpack\appxBundle description: VPack for the Calculator Application pushPkgName: calculator.app version: $(versionMajor).$(versionMinor).$(versionBuild)