Browse Source

Don't include symbols due to fastlink error

pull/1522/head
Oren Novotny 7 years ago
parent
commit
a9c4ba9df3
Failed to extract signature
  1. 1
      ILSpy.Package/ILSpy.Package.wapproj

1
ILSpy.Package/ILSpy.Package.wapproj

@ -61,6 +61,7 @@ @@ -61,6 +61,7 @@
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
<UapAppxPackageBuildMode Condition="'$(ReleaseChannel)' == 'Store'">CI</UapAppxPackageBuildMode>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(ReleaseChannel)' == 'CI'">
<GenerateAppInstallerFile>true</GenerateAppInstallerFile>

Loading…
Cancel
Save