简体   繁体   中英

TFS2012 only nightly Deployment with MSBuild

We have configured TFS for Continuous Integration so that whenever the developer checks in, the build is triggered. I know we can use MSWebDeploy to deploy the application to IIS. But what I want is the deployment should happen only at night, not for all builds, any pointers?

Setup another build definition and set a scheduled trigger for once a night at a certain time. Only pass the arguments to MSBuild to trigger a deployment for this build definition, and not for the CI one.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM