My VSTS build is getting successful and artifact is also creating in .nupgk format. but when I create a release and hook it with my Octopus deploy cloud instance through service connection and using "Push package to Octopus" , it's throwing an error (Screen attached)
Asked
Active
Viewed 873 times
1 Answers
0
You'll get this error if the url to the server, in your Service Connection, isn't the root url for your Octopus instance. The value you're using is cut off in the screenshot, does it include a path? If so, removing the path should resolve it.

Shannon Lewis
- 76
- 1
-
Thanks Shannon, I modify the path and remove /app#/ and it worked. Thanks again for the help !! – sushant kumar Sep 12 '18 at 03:20