-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workloadidentityuser service connection support to NpmAuthenticat…
…eV0 (#20230) * Add workloadidentityuser service connection support to NpmAuthenticateV0 * Npm auth end to end * Localize string * Version bump * Bumped task version * Update string * Generated string * Fix loc files * Remove comments * Bump version and add localization * Add telemetry and url parsing * Fix variable name * Change strings * Allow multiple reruns without overwrite * Modify strings * Refactor duplicate run checking logic * Update string and refactor * Fix service connection bug * String changes * Update make-options.json
- Loading branch information
1 parent
e0693ba
commit dc31ed0
Showing
59 changed files
with
5,547 additions
and
200 deletions.
There are no files selected for viewing
This file contains 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
161 changes: 158 additions & 3 deletions
161
Tasks/NpmAuthenticateV0/_buildConfigs/Node20/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
13 changes: 13 additions & 0 deletions
13
Tasks/NpmAuthenticateV0/_buildConfigs/Wif/Tests/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
Tasks/NpmAuthenticateV0/_buildConfigs/Wif/Tests/package.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "npm-authenticate-tests", | ||
"version": "1.0.0", | ||
"description": "Azure Pipelines Npm Authenticate V0 Task Tests", | ||
"main": "L0.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git" | ||
}, | ||
"author": "Microsoft Corporation", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues" | ||
}, | ||
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme" | ||
} |
Oops, something went wrong.