In order to automate our deployments, I would like to rebuild an application, based on a given ChangeSetId. Once this build has completed, I want to get the artefacts of the build (the .exe), so we can deploy them.
For DevOps purposes, I'd like to use PowerShell
I've set up Builds in our On Premise TFS 2015 server (which are working neatly) - and added a VSO task 'Publish artefacts’ after this build. So far so good. The published artefacts is are to be stored on the Server, which basically means I have to download the artefacts connected to build - every existing build will have its artifacts linked - which is better than an UNC drop in my book.