Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Current »

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 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 "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.

Plugin Operations

  



  • No labels