Minor Build Configuration Improvements#1760
Conversation
|
Anyone who has |
global.json
Outdated
| @@ -0,0 +1,6 @@ | |||
| { | |||
There was a problem hiding this comment.
What are the issues. The repo should only use the cli found in tools\dotnet/cli. If we are not including the path to that when we need to then there is a bug.
So please remove this file. the rest looks great.
There was a problem hiding this comment.
the issue arises is when you want to use dotnet <command> in the terminal, like if you want to build, restore, or run only one particular project
KevinRansom
left a comment
There was a problem hiding this comment.
Please remove the global.json
thanks
|
@dotnet-bot test this please (testing CI move to other server) |
|
Thanks @cloudRoutine Kevin |

gitignore 'tests/fsharpqa/testenv/bin/'
after each build git picks up the detritus
this fixes that