Created
March 27, 2023 00:58
-
-
Save SKumarSpace/40f4c632fd67eaeb18b081570926d05d to your computer and use it in GitHub Desktop.
.npmrc - vercel - Azure DevOps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
msvs_version=2017 | |
//pkgs.dev.azure.com/{org}/_packaging/{org}/npm/registry/:username=VssSessionToken | |
; This is an unencrypted authentication token. Treat it like a password. DO NOT share this value with anyone, including Microsoft support. | |
//pkgs.dev.azure.com/{org}/_packaging/{org}/npm/registry/:_password={pat} | |
; The npm client won't use username and _password without an email set, but the service doesn't use the email value. The following is an arbitrarily made-up address. | |
//pkgs.dev.azure.com/{org}/_packaging/{org}/npm/registry/:[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment