diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-12-16 13:00:58 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-12-16 15:15:13 -0500 |
commit | b3d0388d83f883954b9165ef378a46fb3226bb4f (patch) | |
tree | 15c7a4f6f2e73969fce97fd35f5bec647f9c3f7a /support/hololens/package.msbuild | |
parent | c9baa5b9fc7af488b7fec8ce991f6059bb47df4f (diff) | |
download | servo-b3d0388d83f883954b9165ef378a46fb3226bb4f.tar.gz servo-b3d0388d83f883954b9165ef378a46fb3226bb4f.zip |
Adjust UWP packaging for submission.
Diffstat (limited to 'support/hololens/package.msbuild')
-rw-r--r-- | support/hololens/package.msbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/hololens/package.msbuild b/support/hololens/package.msbuild index 19691af98a5..d673876c350 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"/> + Properties="Configuration=%(ConfigAndPlatform.Identity);Platform=%(ConfigAndPlatform.Platform);AppxBundle=Always;AppxBundlePlatforms=%%PACKAGE_PLATFORMS%%;UseSubFolderForOutputDirDuringMultiPlatformBuild=false;AppxPackageSigningEnabled=false"/> </Target> </Project>
\ No newline at end of file |