diff options
author | Paul Rouget <me@paulrouget.com> | 2020-03-09 09:06:20 +0100 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2020-03-09 09:35:47 +0100 |
commit | f50f4df496e26062fa07b64b8ad8150c8172e4ce (patch) | |
tree | 59d86252bd4dfc3a0c295c5afc809ed33cc9ff78 /support/hololens/package.msbuild | |
parent | e1f6dfd7165d89246b35233fffe159352884b477 (diff) | |
download | servo-f50f4df496e26062fa07b64b8ad8150c8172e4ce.tar.gz servo-f50f4df496e26062fa07b64b8ad8150c8172e4ce.zip |
Properly sign UWP package
Diffstat (limited to 'support/hololens/package.msbuild')
-rw-r--r-- | support/hololens/package.msbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/hololens/package.msbuild b/support/hololens/package.msbuild index d673876c350..8d25a8d3fd6 100644 --- a/support/hololens/package.msbuild +++ b/support/hololens/package.msbuild @@ -9,6 +9,6 @@ </ConfigAndPlatform> </ItemGroup> <MSBuild Projects="%%SOLUTION%%" Targets="Build" - Properties="Configuration=%(ConfigAndPlatform.Identity);Platform=%(ConfigAndPlatform.Platform);AppxBundle=Always;AppxBundlePlatforms=%%PACKAGE_PLATFORMS%%;UseSubFolderForOutputDirDuringMultiPlatformBuild=false;AppxPackageSigningEnabled=false"/> + Properties="Configuration=%(ConfigAndPlatform.Identity);Platform=%(ConfigAndPlatform.Platform);AppxBundle=Always;AppxBundlePlatforms=%%PACKAGE_PLATFORMS%%;UseSubFolderForOutputDirDuringMultiPlatformBuild=false"/> </Target> -</Project>
\ No newline at end of file +</Project> |