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
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"
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"/>
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" >
22 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
2222 <GenerateTestArtifacts >True</GenerateTestArtifacts >
2323 <HoursBetweenUpdateChecks >0</HoursBetweenUpdateChecks >
2424 <PackageCertificateKeyFile >UITests.App.pfx</PackageCertificateKeyFile >
25- <PackageCertificateThumbprint >A39FFC9A7EDC3BC1F62B1FC6409AD9EDD84E8CF0 </PackageCertificateThumbprint >
25+ <PackageCertificateThumbprint >C732A02FD6C4120C84E0559E5ADE1A83D15B41BD </PackageCertificateThumbprint >
2626 <AppxPackageSigningTimestampDigestAlgorithm >SHA256</AppxPackageSigningTimestampDigestAlgorithm >
2727 <GenerateAppxPackageOnBuild >true</GenerateAppxPackageOnBuild >
2828 <AppxPackageSigningEnabled >True</AppxPackageSigningEnabled >
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ private static async Task InitalizeComService()
5252
5353 // Use Windows.ApplicationModel.Package.Current.Id.FamilyName
5454 // 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 " ;
5656
5757 var status = await CommunicationService . OpenAsync ( ) ;
5858
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ internal static TestApplicationInfo WinUICsUWPSampleApp
5858
5959 return new TestApplicationInfo (
6060 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 " ,
6363 testAppMainWindowTitle : "UITests.App" ,
6464 processName : "UITests.App.exe" ,
6565 installerName : mostRecentlyBuiltPackage . Replace ( ".msix" , string . Empty ) ,
You can’t perform that action at this time.
0 commit comments