We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the default nuget version is 3:
https://github.com/ansible-ThoTeam/nexus3-oss/blob/ec06f64/defaults/main.yml#L606
nuget_version: v3 # Nexus gui default. For proxies only. One of v2 or v3
however, the nexus_repos_nuget_proxy is created with the url of the v2 repo: https://github.com/ansible-ThoTeam/nexus3-oss/blob/ec06f64/defaults/main.yml#L622
nexus_repos_nuget_proxy
remote_url: http://www.nuget.org/api/v2
This does not work. The Nexus GUI suggests using https://api.nuget.org/v3/index.json, which seems to do the trick.
IMVHO this should be adapted in this repo. But if you disagree, How do I override the settings below nexus_repos_nuget_proxy ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the default nuget version is 3:
https://github.com/ansible-ThoTeam/nexus3-oss/blob/ec06f64/defaults/main.yml#L606
however, the
nexus_repos_nuget_proxy
is created with the url of the v2 repo:https://github.com/ansible-ThoTeam/nexus3-oss/blob/ec06f64/defaults/main.yml#L622
This does not work.
The Nexus GUI suggests using https://api.nuget.org/v3/index.json, which seems to do the trick.
IMVHO this should be adapted in this repo. But if you disagree, How do I override the settings below
nexus_repos_nuget_proxy
?The text was updated successfully, but these errors were encountered: