aboutsummaryrefslogtreecommitdiffstats
path: root/support/hololens/package.msbuild
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-12-16 13:00:58 -0500
committerJosh Matthews <josh@joshmatthews.net>2019-12-16 15:15:13 -0500
commitb3d0388d83f883954b9165ef378a46fb3226bb4f (patch)
tree15c7a4f6f2e73969fce97fd35f5bec647f9c3f7a /support/hololens/package.msbuild
parentc9baa5b9fc7af488b7fec8ce991f6059bb47df4f (diff)
downloadservo-b3d0388d83f883954b9165ef378a46fb3226bb4f.tar.gz
servo-b3d0388d83f883954b9165ef378a46fb3226bb4f.zip
Adjust UWP packaging for submission.
Diffstat (limited to 'support/hololens/package.msbuild')
-rw-r--r--support/hololens/package.msbuild2
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