We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59eae7 commit 2c7d89cCopy full SHA for 2c7d89c
.github/workflows/release-builder.yml
@@ -46,7 +46,7 @@ jobs:
46
$manifest.save(".\$env:Desktop_Project_Directory\Package.appxmanifest")
47
48
- name: Build x64
49
- run: msbuild $env:Solution_Path /p:Platform=x64 /p:AppxBundlePlatforms="x64" /p:AppxPackageDir=C:\Package\x64 /p:PackageCertificateKeyFile=$env:SigningCertificate /restore
+ run: msbuild $env:Solution_Path /p:Configuration=Release /p:Platform=x64 /p:AppxBundlePlatforms="x64" /p:AppxPackageDir=C:\Package\x64 /p:PackageCertificateKeyFile=$env:SigningCertificate /restore
50
env:
51
BuildMode: SideloadOnly
52
Configuration: Release
0 commit comments