Creating Releases from External Feeds

Hiya,

We have an Artifactory-hosted Nuget feed to which I am pushing Octopacks from our Jenkins build server.

It is not clear to me if I am still supposed to use octo push prior to octo create-release. The external feed is set up, I can search for my packages just fine within Octo. However, when JUST using create-release, I get the following error

  "Looking up the package location from the built-in package repositor
             y..."
"  ""Fatal"    "The step failed: Activity failed with error 'The package REDACTED
             could not be located in the built-in repository.'."
             SuccessWithWarning: REDACTED
"    ""Error"    "The package REDACTED could not be located in the built-in repository
               ."

And in my head, of course it’s not in the built-in repo.

My create-release command looks like

octo.exe create-release --defaultpackageversion=$version --channel $channel --project $project --deployto $environment --server REDACTED --apiKey REDACTED --progress

Thanks for any guidance!

Ah, I figured it out – my project just needed to specify the external feed in the deploy step.

Thanks!

Hi Tony,

Thanks for getting in touch! I’m glad to hear that you have solved your issue!

Please don’t hesitate to get in touch if you have any further questions or find yourself running into any more issues. :slight_smile:

Best regards,
Daniel