Skip to content

Commit

Permalink
Set AppInstallerUri for CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jun 5, 2019
1 parent 8408910 commit 4251f64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ILSpy.Package/ILSpy.Package.wapproj
Expand Up @@ -56,7 +56,8 @@
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
<EntryPointProjectUniqueName>..\ILSpy\ILSpy.csproj</EntryPointProjectUniqueName>
<GenerateAppInstallerFile>true</GenerateAppInstallerFile>
<GenerateAppInstallerFile Condition="'$(ReleaseChannel)' == 'CI'">true</GenerateAppInstallerFile>
<AppInstallerUri Condition="'$(ReleaseChannel)' == 'CI'">https://some.location/tbd</AppInstallerUri>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
Expand Down

0 comments on commit 4251f64

Please sign in to comment.