We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f07b1 commit 1227bfaCopy full SHA for 1227bfa
tests/Coherence.Tests/Coherence.Tests.csproj
@@ -53,6 +53,7 @@
53
<Exec Command="certutil -f -p password -importpfx Net\Ssl\Client.pfx"/>
54
<Exec Command="certutil -addstore -enterprise -f -v root Config\testcert.cer"/>
55
<Exec Command="certutil -addstore -enterprise -f -v root Net\Ssl\CA.cer"/>
56
+ <Exec Command="icacls C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys /inheritance:r /grant Administrators:F /grant:r Everyone:RW"/>
57
</Target>
58
59
<ItemGroup>
0 commit comments