Skip to content

Commit

Permalink
Updated the test certificate needed to run the WinRT unit tests.
Browse files Browse the repository at this point in the history
Fixes #270.
  • Loading branch information
dennisdoomen committed May 26, 2015
1 parent 079b480 commit 86d44ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions FluentAssertions.WinRT81.Specs/WinRT81.Specs.csproj
Expand Up @@ -24,8 +24,8 @@
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
<TargetFrameworkVersion />
<AppxBundle>Never</AppxBundle>
<PackageCertificateThumbprint>4E38D6C31B1E93DA1B74834A4E7E0F15535750C6</PackageCertificateThumbprint>
<PackageCertificateKeyFile>WinRT.Specs_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>5384613F143390384C7495F8AAF573850CB75270</PackageCertificateThumbprint>
<PackageCertificateKeyFile>WinRT81.Specs_TemporaryKey.pfx</PackageCertificateKeyFile>
<DefaultLanguage>en-us</DefaultLanguage>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -116,7 +116,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="WinRT.Specs_TemporaryKey.pfx" />
<None Include="WinRT81.Specs_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Reference Include="Autofac">
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion InstallPfx.bat
@@ -1,3 +1,3 @@
certutil -f -p fluentassertions -importpfx FluentAssertions.WinRT.Specs\FluentAssertions.WinRT.Specs_TemporaryKey.pfx
certutil -f -p "" -importpfx FluentAssertions.WinRT81.Specs\WinRT81.Specs_TemporaryKey.pfx

pause

0 comments on commit 86d44ac

Please sign in to comment.