|
|
|
@ -60,11 +60,12 @@
@@ -60,11 +60,12 @@
|
|
|
|
|
<GenerateTestArtifacts>True</GenerateTestArtifacts> |
|
|
|
|
<AppxBundle>Always</AppxBundle> |
|
|
|
|
<AppxBundlePlatforms>neutral</AppxBundlePlatforms> |
|
|
|
|
<UapAppxPackageBuildMode Condition="'$(ReleaseChannel)' == 'Store'">CI</UapAppxPackageBuildMode> |
|
|
|
|
<UapAppxPackageBuildMode Condition="'$(ReleaseChannel)' == 'Store'">CI</UapAppxPackageBuildMode> |
|
|
|
|
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(ReleaseChannel)' == 'CI'"> |
|
|
|
|
<GenerateAppInstallerFile>true</GenerateAppInstallerFile> |
|
|
|
|
<AppInstallerUri>https://some.location/tbd</AppInstallerUri> |
|
|
|
|
<AppInstallerUri>https://some.location/tbd</AppInstallerUri> |
|
|
|
|
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency> |
|
|
|
|
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency> |
|
|
|
|
</PropertyGroup> |
|
|
|
|