I am using TFS 2017 on premise for CD . I am trying to redeploy a release using PowerShell. Is there any API to redeploy release ?
相关问题
- Google places autocomplete suggestion without coun
- Getting error: File extension specified '.webt
- Karate API Testing - Access variable value across
- How to verify laravel passport api token in node /
- Using TFS command line tf.exe how can I copy a rep
相关文章
- 我用scrapy写了一个蛮简单的爬虫怎么封装成一个api啊
- 后端给前端的API接口是怎么用代码写的
- Convert C# Object to Json Object
- Is it possible to do a “destroy history” in TFS?
- Android camera2 API get focus distance in AF mode
- Getting all listing images from an Etsy shop
- How do I make a TeamCity build appear in the TFS B
- TFS vs. JIRA/Bamboo/SVN [closed]
You need to get the specific Release ID and the Environment ID via REST API, then invoke the REST API to re-deploy the old release.
You can use below PowerShell script to re-deploy the specific release environment: