You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ Full-framework-only build from `master` (deprecated):
22
22
23
23
* Clone the sources: `git clone https://github.com/Microsoft/msbuild.git`
24
24
25
-
###Building
26
-
## Building MSBuild with VS 2015
25
+
## Building
26
+
###Building MSBuild with VS 2015
27
27
For the full supported experience, you will need to have Visual Studio 2015. You can open the solution in Visual Studio 2017 RC, but you will encounter issues building with the provided scripts.
28
28
29
29
To get started on **Visual Studio 2015**:
@@ -36,7 +36,7 @@ To get started on **Visual Studio 2015**:
36
36
3. Build the code using the `cibuild.cmd` script.
37
37
5. Open src/MSBuild.sln solution in Visual Studio 2015.
38
38
39
-
## Building MSBuild in Unix (Mac & Linux)
39
+
###Building MSBuild in Unix (Mac & Linux)
40
40
MSBuild's xplat branch allows MSBuild to be run on Unix Systems. Set-up instructions can be viewed on the wiki: [Building Testing and Debugging on .Net Core MSBuild](https://github.com/Microsoft/msbuild/wiki/Building-Testing-and-Debugging-on-.Net-Core-MSBuild)
41
41
42
42
## Localization
@@ -45,14 +45,13 @@ You can turn on localized builds via the `/p:LocalizedBuild=true` command line a
45
45
### How to Engage, Contribute and Provide Feedback
46
46
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
47
47
48
+
#### Getting Started
48
49
Before you contribute, please read through the contributing and developer guides to get an idea of what kinds of pull requests we will or won't accept.
Looking for something to work on? This list of [up for grabs issues](https://github.com/Microsoft/msbuild/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs) is a great place to start.
56
55
57
56
You are also encouraged to start a discussion by filing an issue or creating a gist.
0 commit comments