Wiki Markup |
---|
{jenkins-plugin-info:pluginId=msbuild} |
Excerpt |
---|
This plugin allows you to use MSBuild to build .NET projects. |
...
- When using Command Line Arguments, bear in mind that special characters are treated like in Unix, so they will need to be escaped using the backslash.
Changelog
Release 1.28
* Fix JENKINS-24132 - chcp command errors are ignored and no longer fail the build. Moreover, a checkbox is now available on the build step configuration to prevent the plugin from executing chcp before running msbuild.
Release 1.27
* Add JENKINS-24132 - Support for multiple MSBuild Output encoding so that the console log of Jenkins is displayed correctly
* Add JENKINS-37392 - Add @Symbol("msbuild") to MSBuild's ToolDescriptor
* Fix PR#28 - Minor bugs and build warnings
...