-
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.
- Loading branch information
Denis Nikulin (Akvelon Inc)
committed
Jan 31, 2024
1 parent
6bf01e9
commit cc8bca8
Showing
26 changed files
with
2,511 additions
and
2,116 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
Tasks/AzureCLIV1/_buildConfigs/IssueSourceEnabled/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.
22 changes: 22 additions & 0 deletions
22
Tasks/AzureCLIV1/_buildConfigs/IssueSourceEnabled/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,22 @@ | ||
{ | ||
"name": "azure-cli-tests", | ||
"version": "1.0.0", | ||
"description": "Azure Pipelines Azure CLI V1 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", | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.0" | ||
} | ||
} |
63 changes: 43 additions & 20 deletions
63
Tasks/AzureCLIV1/_buildConfigs/IssueSourceEnabled/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
14 changes: 14 additions & 0 deletions
14
Tasks/AzureCLIV2/_buildConfigs/IssueSourceEnabled/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.
22 changes: 22 additions & 0 deletions
22
Tasks/AzureCLIV2/_buildConfigs/IssueSourceEnabled/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,22 @@ | ||
{ | ||
"name": "azure-cli-tests", | ||
"version": "1.0.0", | ||
"description": "Azure Pipelines Azure CLI V2 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", | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.0" | ||
} | ||
} |
72 changes: 50 additions & 22 deletions
72
Tasks/AzureCLIV2/_buildConfigs/IssueSourceEnabled/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
Oops, something went wrong.