I’m Doing the Continuous Integration for .Net Projects…I m using teamcity to compile my application and then do the automation deployment using command line…
In that Teamcity once the application build is triggered it will compile and automatically deploy the application…for automatic deployment I’m using the below syntax to get the latest compile build from teamcity…But in that syntax instead of getting last compiled build I’m getting the previous compiled build..
wget.exe -P D:\DeploymentScripts\Application_Artifacts –user=admin –password=***** http://**.**.**.**:**/repository/downloadAll/Ptms_Ptms/.lastSucessful/artifacts.zip
Can u please help me How to download the last compiled build?