Using Azure Devops services, I have a Octopus Push Package task, attempting to push all the packages with this in the “package” field “$(System.ArtifactsDirectory)*.nupkg”
I’m using octo.dll 7.3.7. attempting to use the following parameters
Thanks for getting in touch! Great, question, and on closer look, wildcards (*) indeed are not supported for package selection on push. To include multiple packages you’d need to specify an individual --package="value" argument per package to be pushed. E.g.