Skip to content

Commit 6621137

Browse files
committed
Updated expired UI Test certificate. Expires 9/8/2023.
1 parent db12288 commit 6621137

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

UITests/UITests.App/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Package
1+
<Package
22
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
33
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
44
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
@@ -7,7 +7,7 @@
77

88
<Identity
99
Name="3568ebdf-5b6b-4ddd-bb17-462d614ba50f"
10-
Publisher="CN=alzollin"
10+
Publisher="CN=toolkit"
1111
Version="1.0.0.0" />
1212

1313
<mp:PhoneIdentity PhoneProductId="3568ebdf-5b6b-4ddd-bb17-462d614ba50f" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

UITests/UITests.App/UITests.App.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<AppxBundle>Never</AppxBundle>
2222
<GenerateTestArtifacts>True</GenerateTestArtifacts>
2323
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
24-
<PackageCertificateKeyFile>UITests.App.pfx</PackageCertificateKeyFile>
25-
<PackageCertificateThumbprint>A39FFC9A7EDC3BC1F62B1FC6409AD9EDD84E8CF0</PackageCertificateThumbprint>
24+
<PackageCertificateKeyFile>UITests.App_TemporaryKey.pfx</PackageCertificateKeyFile>
25+
<PackageCertificateThumbprint>C732A02FD6C4120C84E0559E5ADE1A83D15B41BD</PackageCertificateThumbprint>
2626
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
2727
<GenerateAppxPackageOnBuild>true</GenerateAppxPackageOnBuild>
2828
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
@@ -186,6 +186,7 @@
186186
</ItemGroup>
187187
<ItemGroup>
188188
<None Include="UITests.App.pfx" />
189+
<None Include="UITests.App_TemporaryKey.pfx" />
189190
</ItemGroup>
190191
<ItemGroup>
191192
<ProjectReference Include="..\..\Microsoft.Toolkit.Uwp.Connectivity\Microsoft.Toolkit.Uwp.Connectivity.csproj">

UITests/UITests.App/UITests.App.pfx

-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)