Skip to content

Commit

Permalink
Add reminder to check /.dotnet dir when tests fail to find SDK (#18271)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrourkeboll authored Jan 27, 2025
1 parent 013c998 commit 06e27ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FSharp.Test.Utilities/Utilities.fs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ let main argv = 0"""
Project directory: %s{projectDirectory}
STDOUT: %s{output}
STDERR: %s{errors}
An error occurred getting netcoreapp references: %A{e}
An error occurred getting netcoreapp references (compare the output of `dotnet --list-sdks` and/or the contents of the local `/.dotnet` directory against what is in `global.json`): %A{e}
"""
raise (Exception (message, e))
finally
Expand Down

0 comments on commit 06e27ed

Please sign in to comment.