About 50 results
Open links in new tab
  1. MSBuild: What is it, and when do I need it? - Stack Overflow

    Aug 30, 2010 · msbuild is used when you want to build your project from the command line. Whenever you see a continuous integration product that will automatically build your project, it will call msbuild …

  2. c# - What's the difference between using dotnet and MSBuild for ...

    Feb 24, 2021 · MSBuild stands for "Microsoft Build Engine", which is a platform for building applications. Before the appearance of the platform-independent .NET with .NET Core, MSBuild was a Windows …

  3. How can I get MSBuild to restore any needed NuGet packages

    Dec 29, 2020 · 42 msbuild -t:Restore will restore nuget packages for projects with PackageReference nuget management format. And your situation looks like packages.config nuget management format …

  4. msbuild, how to set environment variables? - Stack Overflow

    Here's a link to an MSDN thread that outlines how to do this: How to set envrionment variables in MSBuild file? This example creates a new C# class SetEnvVar which inherits from the Task class …

  5. How do I run msbuild from the command line using Windows SDK 7.1?

    C:\Program Files\Microsoft SDKs\Windows\v7.1>msbuild 'msbuild' is not recognized as an internal or external command, operable program or batch file. C:\Program Files\Microsoft SDKs\Windows\v7.1> …

  6. Getting msbuild.exe without installing Visual Studio

    Jul 23, 2019 · How do you get msbuild.exe without installing those crazy Visual Studio programs? I need it for an npm install to finish working. I'm on Windows 7 and can't get on older version of …

  7. concurrency - msbuild.exe command line with /p:BuildInParallel=true …

    Aug 13, 2020 · Here is an example MSBuild project file to illustrate the use case to build some projects in parallel (if /m is passed on the command line), to build some projects in parallel (if /m and …

  8. Where is MSBuild.exe installed in Windows when installed using ...

    Jun 15, 2017 · 61 MSBuild in the previous versions of .NET Framework was installed with it but, they decided to install it with Visual Studio or with the package BuildTools_Full.exe. The path to MSBuild …

  9. MSBUILD throws error: The SDK 'Microsoft.NET.Sdk' specified could not ...

    My Resolution: Utilize MSBuildLocator The issue stems from the way MSBuild interacts with .NET Core SDK-style projects. In .NET Core, unlike the traditional .NET Framework, MSBuild requires additional …

  10. Specify assembly version number as a command line argument in …

    Mar 15, 2017 · Specify assembly version number as a command line argument in MSBuild Asked 14 years, 4 months ago Modified 1 year, 11 months ago Viewed 84k times