diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ef9db3049..ff8ee182c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -278,6 +278,6 @@ jobs: command: custom custom: nuget arguments: > - push $(Agent.BuildDirectory)/Ocaramba*.$(frameworkVersion).*nupkg + push $(Agent.BuildDirectory)/**/Ocaramba*.$(frameworkVersion).*nupkg -s https://api.nuget.org/v3/index.json -k $(NuGetApiKey)