Skip to content

Commit 93b76c2

Browse files
committed
undo workaround for failing paket bootstrapper
1 parent 5848d95 commit 93b76c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fcs/build.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ if errorlevel 1 (
99
)
1010

1111
REM see https://github.com/fsprojects/Paket/issues/3065#issuecomment-367829309
12-
powershell -Command {new-itemproperty -path "HKLM:\SOFTWARE\Microsoft\.NETFramework\v4.0.30319" -name "SchUseStrongCrypto" -Value 1 -PropertyType "DWord";}
13-
powershell -Command {new-itemproperty -path "HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319" -name "SchUseStrongCrypto" -Value 1 -PropertyType "DWord"}
12+
REM powershell -Command {new-itemproperty -path "HKLM:\SOFTWARE\Microsoft\.NETFramework\v4.0.30319" -name "SchUseStrongCrypto" -Value 1 -PropertyType "DWord";}
13+
REM powershell -Command {new-itemproperty -path "HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319" -name "SchUseStrongCrypto" -Value 1 -PropertyType "DWord"}
1414

1515
.paket\paket.exe restore
1616
if errorlevel 1 (

0 commit comments

Comments
 (0)