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.
I believe you should use custom
instead of pack
and then supply pack and --include-source in the arguments.