You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run BDN on a performance test project on Azure pipelines. My solution has a config file with two private sources, every time BenchmarkDotNet Runner is invoked I get dotnet restore 401 from the autogenerated script by BDN.
Is there a way to pass the authentication token or overwrite the Nuget config for BenchmarkDotNet?
I'm getting Nuget.Target(131, 5) error.
The text was updated successfully, but these errors were encountered:
No unless it can be passed as an MsBuild argument (job.With(new Argument[] { new MsBuildArgument("/p:SomeProperty=Value")}). We don't plan to add it, but a contribution would be welcomed. This is where the dotnet restore command is built:
I'm trying to run BDN on a performance test project on Azure pipelines. My solution has a config file with two private sources, every time BenchmarkDotNet Runner is invoked I get dotnet restore 401 from the autogenerated script by BDN.
Is there a way to pass the authentication token or overwrite the Nuget config for BenchmarkDotNet?
I'm getting Nuget.Target(131, 5) error.
The text was updated successfully, but these errors were encountered: