Skip to content

Commit 1227bfa

Browse files
committed
Fix .Net build failures.
[git-p4: depot-paths = "//dev/main.net/": change = 111380]
1 parent c8f07b1 commit 1227bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Coherence.Tests/Coherence.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<Exec Command="certutil -f -p password -importpfx Net\Ssl\Client.pfx"/>
5454
<Exec Command="certutil -addstore -enterprise -f -v root Config\testcert.cer"/>
5555
<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"/>
5657
</Target>
5758

5859
<ItemGroup>

0 commit comments

Comments
 (0)