Dependencies and extensibility
Hello, I have a few Questions around dependencies and msbuild. Is it possible
to:
1. configure dependecies (http://www.jetbrains.net/confluence/display/TCD4/Configuring+Dependencies)
via msbuild project file instead of "Ant build.xml" ?
2. extend the server-functionality via custom msbuild tasks (e. g. myCustomTasks.dll)?
Thank you
--
Gunnar
Please sign in to leave a comment.
1. First of all you can configure dependencies via the web UI. If you really need to call Ivy from build script you can consider using standalone Ivy: http://ant.apache.org/ivy/history/latest-milestone/standalone.html
2. Server does not run builds, they are executing on the agent. With help of custom msbuild task you can extend functionality of your build script only.
--
Pavel Sher