Skip to content

Commit 6198c22

Browse files
authored
Some old MSTest.pfx references were lingering (and now breaking things) (#2638)
1 parent 017dea4 commit 6198c22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/TestApps/AccessControlTestAppPackage/AccessControlTestAppPackage.wapproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@
6464
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
6565
<Content Include="Images\StoreLogo.png" />
6666
<Content Include="Images\Wide310x150Logo.scale-200.png" />
67-
<None Include="MSTest.pfx" />
6867
</ItemGroup>
6968
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
7069
<ItemGroup>
7170
<ProjectReference Include="..\AccessControlTestApp\AccessControlTestApp.vcxproj" />
7271
</ItemGroup>
73-
</Project>
72+
</Project>

test/TestApps/ToastNotificationsDemoPackage/ToastNotificationsDemoPackage.wapproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
<EntryPointProjectUniqueName>..\ToastNotificationsDemoApp\ToastNotificationsDemoApp.vcxproj</EntryPointProjectUniqueName>
4343
<GenerateAppxPackageOnBuild>true</GenerateAppxPackageOnBuild>
4444
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
45-
<PackageCertificateKeyFile>$(SolutionDir)temp\MSTest.pfx</PackageCertificateKeyFile>
45+
<PackageCertificateKeyFile>$(RepoTestCertificatePFX)</PackageCertificateKeyFile>
46+
<PackageCertificatePassword>$(RepoTestCertificatePassword)</PackageCertificatePassword>
4647
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
4748
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
4849
<GenerateTestArtifacts>True</GenerateTestArtifacts>
@@ -85,4 +86,4 @@
8586
<ItemGroup>
8687
<ProjectReference Include="..\ToastNotificationsDemoApp\ToastNotificationsDemoApp.vcxproj" />
8788
</ItemGroup>
88-
</Project>
89+
</Project>

0 commit comments

Comments
 (0)