-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Create instructions on how to test private bits #5818
Conversation
Used for testing private bits in Visual Studio.
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.
Pushed a bunch of changes. Thoughts?
documentation/wiki/Building-Testing-and-Debugging-on-.Net-Core-MSBuild.md
Outdated
Show resolved
Hide resolved
documentation/Deploy-MSBuild.md
Outdated
|
||
- Build MSBuild with the changes you want using `build.cmd /p:CreateBootstrap=true`. | ||
- In an administrator powershell window, navigate to the msbuild folder. | ||
- Run `scripts\Deploy-MSBuild.ps1 -destination "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin" -configuration Debug`. |
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.
I'm undecided about putting them inline like this, partially because there are reasons to use -configuration Release, but I like showing all the options inline. Maybe -configuration then specify what that means below?
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.
Isn't that what I did? I specify parameters for both here and explain how they might need to be changed below.
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.
Markdown edited out part of my comment 😮
-configuration <configuration>
and explain what <configuration>
means below is what I meant to say.
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.
Ahh. Yeah . . . that is much clearer :)
documentation/wiki/Building-Testing-and-Debugging-on-.Net-Core-MSBuild.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Forgind <Forgind@users.noreply.github.com>
…failure I'm not totally sure why this fails sometimes on Mono. But it does, and it's super annoying. Works around dotnet#5506.
…nto deploy-msbuild
I think this looks good to me, now! (Minus Exec_Tests pollution.) |
…Ignored failure" This reverts commit bc9d31a.
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.
Thank you for catching that! Squashing will hide all my sins.
Used for testing private bits in Visual Studio.