Integrate IncrediBuild with Visual Studio Team Services

My team and I use the GitHub Extension with our Visual Studio Team services. We recently decided to improve the development life cycle speed using IncrediBuild.

Does anyone know how to integrate IncrediBuild with the Team Team Visual Studio build server?

+8
vsts vsts-build incredibuild
source share
1 answer

You can easily integrate IncrediBuild with Visual Studio Team Services by adding the VSTS command line build step to run the buildconsole.exe IncrediBuild or ibconsole.exe command. Team Services instructions on how to add a command line build step: https://www.visualstudio.com/en-us/docs/build/steps/utility/command-line . For more information about IncrediBuild command line switches: http://www.incredibuild.com/webhelp/#BuildConsole.html .

During Q2, IncrediBuild will release a special extension for VSTS, for more information do not hesitate to contact us at support@incredibuild.com

Disclaimer: The author of this post works for IncrediBuild.

+2
source share

All Articles