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 01c433a commit 26175e5Copy full SHA for 26175e5
build/build.fsx
@@ -73,6 +73,7 @@ let createKeys = fun _ ->
73
) (TimeSpan.FromMinutes 5.0) |> ignore
74
75
Target "CreateKeysIfAbsent" (fun _ ->
76
+ if not (directoryExists "build/keys") then CreateDir "build/keys"
77
if not (fileExists keyFile) then createKeys()
78
)
79
0 commit comments