Skip to content

Commit

Permalink
Fix github build error on Linux/Mac.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/main.net/": change = 111578]
  • Loading branch information
lsho committed Sep 25, 2024
1 parent 5bb3c56 commit 5052115
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/Coherence.Tests/Coherence.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
<Exec ContinueOnError="true" Command="certutil -delstore -v root &quot;Test And Dev Root Authority&quot;"/>
<Exec ContinueOnError="true" Command="certutil -delstore -enterprise -v root &quot;Test And Dev Root Authority&quot;"/>

<Exec Command="certutil -f -p password -importpfx Net\Ssl\CA.pfx"/>
<Exec Command="certutil -f -p password -importpfx Net\Ssl\Server.pfx"/>
<Exec Command="certutil -f -p password -importpfx Net\Ssl\Client.pfx"/>
<Exec Command="certutil -addstore -enterprise -f -v root Config\testcert.cer"/>
<Exec Command="certutil -addstore -enterprise -f -v root Net\Ssl\CA.cer"/>
<Exec Command="certutil -p password -importpfx Net\Ssl\CA.pfx"/>
<Exec Command="certutil -p password -importpfx Net\Ssl\Server.pfx"/>
<Exec Command="certutil -p password -importpfx Net\Ssl\Client.pfx"/>
<Exec Command="certutil -addstore -enterprise -v root Config\testcert.cer"/>
<Exec Command="certutil -addstore -enterprise -v root Net\Ssl\CA.cer"/>
<Exec Command="icacls C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys /inheritance:r /grant Administrators:F /grant:r Everyone:RW"/>
</Target>

Expand Down

0 comments on commit 5052115

Please sign in to comment.