nugetazure-devops

VSTS add argument to dotnet pack command


I'm trying publish a nuget package through dotnet pack command including source code in VSTS. I can't find how to add '--include-source' argument (or any argument) in this picture. enter image description here


Solution

  • I believe you should use custom instead of pack and then supply pack and --include-source in the arguments.