I am receiving the following error during the build process.
[install] Unable to find version ‘2.0.26’ of package ‘OctoPack’.
[install] Process exited with code 1
Any ideas how to resolve this issue?
I am receiving the following error during the build process.
[install] Unable to find version ‘2.0.26’ of package ‘OctoPack’.
[install] Process exited with code 1
Any ideas how to resolve this issue?
You should ensure that the OctoPack package hasn’t been left out of your repository - we’ve had similar instances where team members install OctoPack into a project, but forget to include the NuGet package when they commit
Thanks for the reply. That worked.
No problem, glad I could help.