-
Notifications
You must be signed in to change notification settings - Fork 842
Minor Build Configuration Improvements #1760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Anyone who has |
global.json
Outdated
| @@ -0,0 +1,6 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KevinRansom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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