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,
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,
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
Post a Comment