Hi,
I am working with the trial and when I use my MSBuild definition to push the OctoPacked NuGet package, I get a “your package was pushed” message in the logs, but the repository never seems to get it.
I have checked my API key, and the URL. If I run this via command line I get the same message, and still no package. If I upload the package through the Octopus UI directly that does work.
This is the command in my build definition:
/verbosity:diag /p:Platform=AnyCPU /p:RunOctoPack=true /p:OctoPackPublishPackageToHttp=http://MyDomain/app#/library/packages /p:OctoPackPublishApiKey=API-XXXXXXXXXXXXXXXXXXXXXX