-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Describe the bug
Even though the tool supports linux through the nuget credential provider, it doesn't work unless you use a WSL based linux. It exits with this message:
Platform linux and architecture x64 not supported for automatic authentication.
To Reproduce
Steps to reproduce the behavior:
- Be on linux
npx ado-npm-auth
Expected behavior
If the tool supports linux it should not error when it sees linux
Additional context
I can see the tool checks the os here, but it uses the function to check if the platform supports azureauth.
It also has a check when generating the token
Seems like the first check is redundant and causing the issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels