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
# Temporarily disable SA1010 "Opening square brackets should not be preceded by a space" until https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3687 is fixed
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The Microsoft Build Engine is a platform for building applications. This engine, also known as MSBuild, provides an XML schema for a project file that controls how the build platform processes and builds software. Visual Studio uses MSBuild, but MSBuild can run without Visual Studio. By invoking msbuild.exe on your project or solution file, you can orchestrate and build products in environments where Visual Studio isn't installed.
4
4
5
-
For more information on MSBuild, see the [MSBuild documentation](https://docs.microsoft.com/visualstudio/msbuild/msbuild) on docs.microsoft.com.
5
+
For more information on MSBuild, see the [MSBuild documentation](https://learn.microsoft.com/visualstudio/msbuild/msbuild) on learn.microsoft.com.
6
6
7
7
The [changelog](documentation/Changelog.md) has detailed information about changes made in different releases.
8
8
@@ -15,12 +15,12 @@ For the full supported experience, you will need to have Visual Studio 2022 or h
15
15
To get started on **Visual Studio 2022**:
16
16
17
17
1.[Install Visual Studio 2022](https://www.visualstudio.com/vs/). Select the following Workloads:
18
-
- .NET desktop development
19
-
- .NET Core cross-platform development
18
+
- .NET desktop development
19
+
- .NET Core cross-platform development
20
20
2. Ensure [long path support](https://learn.microsoft.com/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later) is enabled at the Windows level.
21
21
3. Open a `Developer Command Prompt for VS 2022` prompt.
22
22
4. Clone the source code: `git clone https://github.com/dotnet/msbuild`
23
-
- You may have to [download Git](https://git-scm.com/downloads) first.
23
+
- You may have to [download Git](https://git-scm.com/downloads) first.
24
24
5. Run `.\build.cmd` from the root of the repo to build the code. This also restores packages needed to open the projects in Visual Studio.
25
25
6. Open `MSBuild.sln` or `MSBuild.Dev.slnf` in Visual Studio 2022.
0 commit comments