Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The MSBuild plugin provides a means to compile your .NET and Visual Studio projects using MSBuild.exe.

This plugin is available since 5.2.0.1.

Supported Versions

The MSBuild plugin doesn’t include Microsoft Visual Studio or .NET Framework needed for using MSBuild.exe. Please download the necessarily licensed versions according to your organization requirement

  • Supports the standard MSBuild Lifecycle Phases for .NET Framework.
  • Supports 16.3.0 7 and lower versions (TODO, testing with 2015/6 MSBuild to validate this)
  • Allows to pass arguments as well as properties.

Key Features

  • Supports multiple .NET project extensions like "sln", "csproj", "vbproj", "vcxproj", "dbproj", "fsproj", "pyproj", "rbproj", "wixproj", "vdproj", "isproj", "pssproj", "modelproj", "sln".
  • A plugin can execute based on a project source folder or an MSBuild project file name with any one of the extensions mentioned above.
  • The plugin will always look for the first matching extension or a file name to execute the build.

...