Skip to content

Commit

Permalink
just a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Jul 29, 2024
1 parent accd2f4 commit 30caecc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/Fake.DotNet.Cli/DotNet.fs
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,8 @@ module DotNet =

let currentDotNetRoot = Environment.environVar "DOTNET_ROOT"

let realFolder =
let realFolder = dotnetFolder
(*
if not Environment.isWindows then
#if !FX_NO_POSIX
// resolve potential symbolic link to the real location
Expand All @@ -846,7 +847,7 @@ module DotNet =
#endif
else
dotnetFolder

*)
if
String.IsNullOrEmpty currentDotNetRoot
|| not (currentDotNetRoot.Contains realFolder)
Expand Down

0 comments on commit 30caecc

Please sign in to comment.