Skip to content

Commit

Permalink
cahnges build image
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Dec 4, 2021
1 parent 3f435a6 commit a74239c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TremAn3/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="26872JanTesa.TremAn3"
Publisher="CN=5981E6E6-8952-4365-82F4-62FDCB563115"
Version="1.0.13.0" />
Version="1.0.16.0" />

<mp:PhoneIdentity PhoneProductId="3ec6fe8b-b4e5-4ee0-9fef-ea2f3684bb67" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
6 changes: 3 additions & 3 deletions TremAn3/TremAn3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<!--<PackageCertificateThumbprint>859896A1C55C1366CFB763DF5C1960A49620020B</PackageCertificateThumbprint>-->
<PackageCertificateThumbprint>859896A1C55C1366CFB763DF5C1960A49620020B</PackageCertificateThumbprint>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<GenerateTestArtifacts>False</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86</AppxBundlePlatforms>
<PackageCertificateKeyFile>
</PackageCertificateKeyFile>
<AppInstallerUri>https://treman3.azurewebsites.net/</AppInstallerUri>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
<!-- <PackageCertificateThumbprint>FEB7B7390F6331D9BD6C9D2C41E2874490F8D75A</PackageCertificateThumbprint> -->
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
Expand Down
2 changes: 1 addition & 1 deletion pipelines/azure-pipelines-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trigger:
pr: none #don't run build on pull requests

pool:
vmImage: 'windows-latest'
vmImage: 'windows-2022'

variables:
solution: '**/*.sln'
Expand Down

0 comments on commit a74239c

Please sign in to comment.