Re: Pipeline; dotnet nuget push not reading from nuget.config

2018-08-15 Thread Jeroen Hendriks
reef slide: > > Do you have any credentials or anything setup in your non-pipeline job? > > On Fri, Aug 3, 2018 at 1:06 PM Jeroen Hendriks > wrote: > >> I have a step which should push my nuget package to my private nexus >> repository. >> >

Pipeline; dotnet nuget push not reading from nuget.config

2018-08-03 Thread Jeroen Hendriks
I have a step which should push my nuget package to my private nexus repository. steps { powershell("dotnet nuget push Tans.Library.Contracts/bin/Debug/*.nupkg -s NexusOss") } But I get the error that it can't find my source. And I also can't use the direct url since it requires credent