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.
2 parents 3dc0179 + f9955c9 commit 6dc4686Copy full SHA for 6dc4686
Build/Build.fs
@@ -20,8 +20,8 @@ module Processes =
20
21
let runDotnet = run dotnet
22
23
-let sourceFolder = Path.getFullName """..\src"""
24
-let outputFolder = Path.getFullName """..\nugetPackages"""
+let sourceFolder = Path.getFullName """../src"""
+let outputFolder = Path.getFullName """../nugetPackages"""
25
26
let projects = [ "SAFE.Client"; "SAFE.Server" ]
27
0 commit comments