简体   繁体   中英

Using TFS 2018 to deploy build to an exist website

I just set up a new TFS CI/CD process for an existing project. How do I set up the release so it would deploy to the existing Site folder in the IIS instead of the Application Pool? Using TFS 2018 release management process. This is not an azure pipeline project

For your situation, you just need to specify the existing Website name in IIS Web App Deploy task step, then it will automatically update the website once any changes are checked in with the CI/CD definitions set.

Assuming the Website name is ApplicationToDeploy , just specify the name under Deployment > Website name

在此处输入图片说明

Just need to make sure the website is existing there, you could check this info in IIS manager.

在此处输入图片说明

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