Browse Source

Add missing properties for AppInstaller

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

8
ILSpy.Package/ILSpy.Package.wapproj

@ -56,14 +56,18 @@ @@ -56,14 +56,18 @@
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
<EntryPointProjectUniqueName>..\ILSpy\ILSpy.csproj</EntryPointProjectUniqueName>
<GenerateAppInstallerFile Condition="'$(ReleaseChannel)' == 'CI'">true</GenerateAppInstallerFile>
<AppInstallerUri Condition="'$(ReleaseChannel)' == 'CI'">https://some.location/tbd</AppInstallerUri>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
<UapAppxPackageBuildMode Condition="'$(ReleaseChannel)' == 'Store'">CI</UapAppxPackageBuildMode>
</PropertyGroup>
<PropertyGroup Condition="'$(ReleaseChannel)' == 'CI'">
<GenerateAppInstallerFile>true</GenerateAppInstallerFile>
<AppInstallerUri>https://some.location/tbd</AppInstallerUri>
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="Package-Local.appxmanifest" Condition="'$(ReleaseChannel)' == ''">
<SubType>Designer</SubType>

Loading…
Cancel
Save