Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support providing a NuGet config file using /p:RestoreConfigFile #2522

Open
RobiNino opened this issue Apr 16, 2024 · 0 comments
Open

Support providing a NuGet config file using /p:RestoreConfigFile #2522

RobiNino opened this issue Apr 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@RobiNino
Copy link
Contributor

Describe the bug

The /p:RestoreConfigFile option is used with the dotnet restore command to specify a NuGet configuration file to be used for the restore operation. This option is an alternative to the --configfile option which is already supported by the CLI.

Current behavior

A new nuget.config file is generated and the provided one is ignored.

Reproduction steps

jf dotnet restore '/p:RestoreConfigFile=/path/to/nuget.config'

Expected behavior

No response

JFrog CLI version

2.55.0

Operating system type and version

JFrog Artifactory version

No response

JFrog Xray version

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant