-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Don't hardcode runsettings if built from VS #20679
Don't hardcode runsettings if built from VS #20679
Conversation
I was hoping to teach people to switch settings by commenting/uncomenting lines in the centralized file. |
Maybe we can also AND this with some env variable to make it opt-in. |
I tried |
We'll follow up with VS team to seek better solution. |
Co-authored-by: JoshLove-msft <[email protected]>
Attempt to fix #20674 .
The
<RunSettingsFilePath Condition="'$(RunSettingsFilePath)' == ''">$(RepoEngPath)\nunit.runsettings</RunSettingsFilePath>
didn't work :-(https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/msbuild/visual-studio-integration-msbuild?view=vs-2015&redirectedfrom=MSDN#building-solutions