Skip to content

How to set up CI build with license feed #136

Answered by damyanpetev
pmoleri asked this question in Q&A
Discussion options

You must be logged in to vote

The usage was quite close, but indeed not the intended one and the documentation can use updates to explain better how to use the token.

Background: Outside of using a specific credential provider, NuGet doesn't really have a concept of authentication tokens (not to be confused with API keys which are for publish only). In fact, the docs for Consuming packages from authenticated feeds mention at the start it's quite typical to use token as NuGet's password and you have figured out as much.
The Basic authentication-style (ID and password joined by a single colon :) however is not really immediately obvious. So in essence, what you have is user name api paired with token 4e... and that's tr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pmoleri
Comment options

pmoleri Sep 13, 2024
Maintainer Author

Answer selected by pmoleri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants