From f9288b8470ba457c17e8fdac6aecee42c3109d4d Mon Sep 17 00:00:00 2001 From: Eric Bell Date: Thu, 22 Aug 2024 08:57:22 -0600 Subject: [PATCH] Fixed Broken Flag Fixed a broken flag in the example code --- msix-src/desktop/azure-dev-ops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msix-src/desktop/azure-dev-ops.md b/msix-src/desktop/azure-dev-ops.md index a9fd7d35..e2835a7f 100644 --- a/msix-src/desktop/azure-dev-ops.md +++ b/msix-src/desktop/azure-dev-ops.md @@ -110,7 +110,7 @@ Next, update the MSBuild task to reference the signing certificate: msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Never - p:UapAppxPackageBuildMode=SideLoadOnly + /p:UapAppxPackageBuildMode=SideLoadOnly /p:AppxPackageSigningEnabled=true /p:PackageCertificateThumbprint="" /p:PackageCertificateKeyFile="$(signingCert.secureFilePath)"'