简体   繁体   中英

Release Management in TFS without build automation

We have an automated build process in place which creates the release artifacts for us. These are copied to an FTP location and post certain processes, the packages are available for deployment to val, customer dev, UAT and prod. I want to create a Release in TFS where the release should simply use the package from the ftp location instead of triggering a new build.

The process of moving the artifacts to the ftp using a detached build process is legacy and I'm afraid cannot be changed.

I would like to trigger a release ( at the moment I'm testing this using VSTS ) which will use the artifact from an ftp instead of triggering a build.

My build server / process is not in TFS and it's a large application with multiple components.

Trigger a release using the artifacts from an FTP instead of triggering a build is supported. But there's no default steps about download a FTP file for you to use. You need to use command or Powerscript to download.

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