Skip to content

Commit

Permalink
changes to app packages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielhvz committed Aug 11, 2021
1 parent 8ca2e67 commit 6668a99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions GSCFieldApp/GSCFieldApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@
<PackageCertificateThumbprint>
</PackageCertificateThumbprint>
<AppxPackageDir>C:\Users\ghuotvez\Documents\dev\gscFieldApp\</AppxPackageDir>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<GenerateAppInstallerFile>True</GenerateAppInstallerFile>
<AppInstallerUpdateFrequency>365</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>Daily</AppInstallerCheckForUpdateFrequency>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<HoursBetweenUpdateChecks>8760</HoursBetweenUpdateChecks>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<AppInstallerUri>https://github.com/NRCan/GSC-Field-Application/releases</AppInstallerUri>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion GSCFieldApp/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="GSCFieldApp" Publisher="CN=ghuotvez" Version="1.1.3.0" />
<Identity Name="GSCFieldApp" Publisher="CN=ghuotvez" Version="1.2.0.0" />
<mp:PhoneIdentity PhoneProductId="9b781dd2-bba3-4612-9973-3876fc739b3f" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>GSC Field App</DisplayName>
Expand Down

0 comments on commit 6668a99

Please sign in to comment.