I use TFS 2017(15.117) on premise with a build & release def. My build pushes the build result (zip package) to the artifactstaging directory on the build server.
In my release def I have 2 tasks (Manage IIS & Deploy IIS) and I want to make use of the artifactstaging directory on the build server to reference the zip pacakge but I don't know how to do this using the variables...
How can this be done using the same agent pool and queue that is also used by the build definition ?
: c:\agent\_work\1\a
– PatrickLu-MSFT