Skip to content

Commit

Permalink
Some old MSTest.pfx references were lingering (and now breaking thing…
Browse files Browse the repository at this point in the history
…s) (#2638)
  • Loading branch information
DrusTheAxe committed Jun 17, 2022
1 parent ae71816 commit a0253a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Images\StoreLogo.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
<None Include="MSTest.pfx" />
</ItemGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
<ItemGroup>
<ProjectReference Include="..\AccessControlTestApp\AccessControlTestApp.vcxproj" />
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
<EntryPointProjectUniqueName>..\ToastNotificationsDemoApp\ToastNotificationsDemoApp.vcxproj</EntryPointProjectUniqueName>
<GenerateAppxPackageOnBuild>true</GenerateAppxPackageOnBuild>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<PackageCertificateKeyFile>$(SolutionDir)temp\MSTest.pfx</PackageCertificateKeyFile>
<PackageCertificateKeyFile>$(RepoTestCertificatePFX)</PackageCertificateKeyFile>
<PackageCertificatePassword>$(RepoTestCertificatePassword)</PackageCertificatePassword>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
Expand Down Expand Up @@ -85,4 +86,4 @@
<ItemGroup>
<ProjectReference Include="..\ToastNotificationsDemoApp\ToastNotificationsDemoApp.vcxproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit a0253a5

Please sign in to comment.