Thursday 12 July 2012

Team Build Nuggets: Deployment Package

A great feature inside Team Build is the capability of creating deployment packages from the server in order to automatically deploy the application to the target server.

It’s really easy, you only have to create a Build Definition:

b0

and adding the /p:DeployOnBuild=true switch to the MSBuild Arguments.

b1

After building you’re going to find a <Project>_Package folder…

b2

…which contains the package itself.

b3

How to deploy it? Well…run the .deploy script or wait for another Team Build Nuggets postWinking smile

No comments:

Post a Comment