Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Enabled app installer generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Avid29 committed Apr 21, 2022
1 parent 939ccd9 commit 2575fca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Quarrel/Quarrel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<GenerateAppInstallerFile>true</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>false</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>true</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
Expand Down

0 comments on commit 2575fca

Please sign in to comment.