File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- <Package
1
+ <Package
2
2
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
3
3
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
4
4
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
7
7
8
8
<Identity
9
9
Name="3568ebdf-5b6b-4ddd-bb17-462d614ba50f"
10
- Publisher="CN=alzollin "
10
+ Publisher="CN=toolkit "
11
11
Version="1.0.0.0" />
12
12
13
13
<mp:PhoneIdentity PhoneProductId="3568ebdf-5b6b-4ddd-bb17-462d614ba50f" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
Original file line number Diff line number Diff line change 1
- <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1
+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
2
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
22
22
<GenerateTestArtifacts >True</GenerateTestArtifacts >
23
23
<HoursBetweenUpdateChecks >0</HoursBetweenUpdateChecks >
24
24
<PackageCertificateKeyFile >UITests.App.pfx</PackageCertificateKeyFile >
25
- <PackageCertificateThumbprint >A39FFC9A7EDC3BC1F62B1FC6409AD9EDD84E8CF0 </PackageCertificateThumbprint >
25
+ <PackageCertificateThumbprint >C732A02FD6C4120C84E0559E5ADE1A83D15B41BD </PackageCertificateThumbprint >
26
26
<AppxPackageSigningTimestampDigestAlgorithm >SHA256</AppxPackageSigningTimestampDigestAlgorithm >
27
27
<GenerateAppxPackageOnBuild >true</GenerateAppxPackageOnBuild >
28
28
<AppxPackageSigningEnabled >True</AppxPackageSigningEnabled >
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ private static async Task InitalizeComService()
52
52
53
53
// Use Windows.ApplicationModel.Package.Current.Id.FamilyName
54
54
// within the app service provider to get this value.
55
- CommunicationService . PackageFamilyName = "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_gspb8g6x97k2t " ;
55
+ CommunicationService . PackageFamilyName = "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_yeyc6z1eztrme " ;
56
56
57
57
var status = await CommunicationService . OpenAsync ( ) ;
58
58
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ internal static TestApplicationInfo WinUICsUWPSampleApp
58
58
59
59
return new TestApplicationInfo (
60
60
testAppPackageName : "UITests.App" ,
61
- testAppName : "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_gspb8g6x97k2t !App" ,
62
- testAppPackageFamilyName : "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_gspb8g6x97k2t " ,
61
+ testAppName : "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_yeyc6z1eztrme !App" ,
62
+ testAppPackageFamilyName : "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_yeyc6z1eztrme " ,
63
63
testAppMainWindowTitle : "UITests.App" ,
64
64
processName : "UITests.App.exe" ,
65
65
installerName : mostRecentlyBuiltPackage . Replace ( ".msix" , string . Empty ) ,
You can’t perform that action at this time.
0 commit comments