-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"id": "jungit-robocopy",
"name": "jungit-robocopy",
"description": "Azure devops pipelines Robocopy task",
"private": true,
"version": "1.1.5",
"scripts": {
"build": "tfx extension create --manifest-globs ./vss-extension.json",
"deploy-task": "tfx build tasks upload --token _@token@_ --auth-type pat --task-path_./Task ---service-url https://jungerius.visualstudio.com/DefaultCollection",
"deploy-backuptask": "tfx build tasks upload --token _@token@_ --auth-type pat --task-path_./BackupTask ---service-url https://jungerius.visualstudio.com/DefaultCollection",
"deploy": "npm run deploy-task && npm run deploy-backuptask",
"publish": "tfx extension publish --token _@token@_ --auth-type pat --vsix _@vsix@_ ---service-url https://marketplace.visualstudio.com/"
},
"dependencies": {
"tfx-cli": "0.7.11"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisism/vsts.robocopy.git"
},
"author": "Jungerius IT Consultancy",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisism/repository.chrisism/issues"
},
"homepage": "https://github.com/chrisism/repository.chrisism#readme"
}