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
We are attempting to use BenchmarkDotNet within a project that sources NuGet packages from an internal private feed.
When BenchmarkDotNet is doing a package restore as part of the its build it is getting an authentication error when trying to connect to this feed.
When BenchmarkDotNet launches which user is is running as?
Is there a way to pass credentials for things like a NuGet feed into BenchmarkDotNet?
Is it possible to instruct BenchmarkDotNet to not do a restore as part of its build process?
The text was updated successfully, but these errors were encountered:
Hi,
We are attempting to use BenchmarkDotNet within a project that sources NuGet packages from an internal private feed.
When BenchmarkDotNet is doing a package restore as part of the its build it is getting an authentication error when trying to connect to this feed.
When BenchmarkDotNet launches which user is is running as?
Is there a way to pass credentials for things like a NuGet feed into BenchmarkDotNet?
Is it possible to instruct BenchmarkDotNet to not do a restore as part of its build process?
The text was updated successfully, but these errors were encountered: