vsts - Visual studio team services - Octopus does not work after agent update to version 2 -


background:

we using vsts build , octopus integration deploy our product. octopus step configured follows,

enter image description here

issue

today vsts build throwing following error,

no supported agent found in pool default. agents in pool using version deprecated. migrate latest 2.x version of agent. more information, see https://go.microsoft.com/fwlink/?linkid=851067

as result, agent updated latest version, after update octopus step stopped working following error,

enter image description here

then issue seems environment variables not replaced in step.

i know if there work around fix issue.

first, there 2.* version available, can delete old 1 , add new one.

secondly, use $(build.buildnumber) instead in package version input box, output path: $(build.artifactstagingdirectory).


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -