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 a9bd7f1 commit 17968b5Copy full SHA for 17968b5
build/scripts/Paths.fsx
@@ -217,7 +217,7 @@ module Tooling =
217
sprintf "%s/bin/%s" this.Location proc
218
219
type DnvmTooling() =
220
- let dnvmUserLocation = Path.Combine(userProfileDir, "/.dnx/bin/dnvm.cmd") // sprintf "%s/.dnx/bin/dnvm.cmd" userProfileDir
+ let dnvmUserLocation = sprintf "%s/.dnx/bin/dnvm.cmd" userProfileDir
221
let dnvmProgramFilesLocation = "C:/Program Files/Microsoft DNX/Dnvm/dnvm.cmd"
222
let dnvm =
223
match fileExists dnvmUserLocation with
0 commit comments