Skip to content
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

Merged
merged 9 commits into from
Oct 26, 2020

Conversation

Forgind
Copy link
Member

@Forgind Forgind commented Oct 21, 2020

Used for testing private bits in Visual Studio.

Forgind and others added 2 commits October 21, 2020 09:14
Used for testing private bits in Visual Studio.
Copy link
Member

@rainersigwald rainersigwald left a 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/Deploy-MSBuild.md Show resolved Hide resolved

- 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`.
Copy link
Member Author

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?

Copy link
Member

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.

Copy link
Member Author

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.

Copy link
Member

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/Deploy-MSBuild.md Show resolved Hide resolved
rainersigwald and others added 4 commits October 23, 2020 13:56
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.
@Forgind
Copy link
Member Author

Forgind commented Oct 23, 2020

I think this looks good to me, now! (Minus Exec_Tests pollution.)

Copy link
Member

@rainersigwald rainersigwald left a 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.

@rainersigwald rainersigwald added the merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now. label Oct 23, 2020
@rainersigwald rainersigwald merged commit 6605cdf into dotnet:master Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants