1- <<<<<<< 94aa2d71d55ffa4d42044bb4ebb8d8e06d13d394
21---
3- title: dotnet-msmsbuild command | .NET Core SDK
4- description: The dotnet-msmsbuild command provides access to MSmsbuild command line
5- keywords: dotnet-msmsbuild, CLI, CLI command, .NET Core
6- author: mairaw
7- manager: wpickett
8- ms.date: 10/13/2016
9- ms.topic: article
10- ms.prod: .net-core
11- ms.technology: .net-core-technologies
12- ms.devlang: dotnet
13- ms.assetid: 70285a83-4103-4617-be8b-d0e1e9a4a91d
14- ---
15-
16- #dotnet-m/msbuild
17-
18- ## Name
19- dotnet-msbuild -- msbuilds a project and all of its dependencies
20-
21- ## Synopsis
22-
23- ` dotnet msbuild <msbuild_arguments> `
24-
25- ## Description
26- The ` dotnet msbuild ` command allows access to a fully functional MSBuild
27-
28- The command has the exact same capablities as existing MSBuild command line client. The options are all the same. You can
29- use the [ existing documentation] ( https://msdn.microsoft.com/en-us/library/ms164311.aspx ) to get familiar with the command
30- reference.
31-
32- ## Examples
33-
34- Build a project and its dependencies:
35-
36- ` dotnet msbuild `
37-
38- Build a project and its dependencies using Release configuration:
39-
40- ` dotnet msbuild /p:Configuration=Release--configuration Release `
41-
42- Run the publish target and publish for the ` osx.10.11-x64 ` RID:
43-
44- ` dotnet msbuild /t:Publish /p:RuntimeIdentifiers=osx.10.11-x64 `
45-
46- =======
47- ---
48- title: dotnet-msmsbuild command | .NET Core SDK
2+ title : dotnet-msbuild command | .NET Core SDK
493description : The dotnet-msmsbuild command provides access to MSmsbuild command line
504keywords : dotnet-msmsbuild, CLI, CLI command, .NET Core
515author : mairaw
@@ -70,7 +24,7 @@ dotnet-msbuild -- Builds a project and all of its dependencies
7024## Description
7125The ` dotnet msbuild ` command allows access to a fully functional MSBuild
7226
73- The command has the exact same capablities as existing MSBuild command line client. The options are all the same. You can
27+ The command has the exact same capabilities as existing MSBuild command line client. The options are all the same. You can
7428use the [ existing documentation] ( https://msdn.microsoft.com/en-us/library/ms164311.aspx ) to get familiar with the command
7529reference.
7630
@@ -87,5 +41,3 @@ Build a project and its dependencies using Release configuration:
8741Run the publish target and publish for the ` osx.10.11-x64 ` RID:
8842
8943` dotnet msbuild /t:Publish /p:RuntimeIdentifiers=osx.10.11-x64 `
90-
91- >>>>>>> Responding to PR feedback
0 commit comments