Skip to content

Commit 806ac76

Browse files
bhaveshbhatiBhavesh Bhati
andauthored
Adding build/test commands in scripts section of existing package.json (#21292)
* Adding build command in scripts section of existing package.json * Update package.json in generated folders * Updating the package.json with serverBuild command * temp: remove task version check * Remove the generated changes * Temp fix to avoid running the version check step --------- Co-authored-by: Bhavesh Bhati <[email protected]>
1 parent 598679b commit 806ac76

File tree

177 files changed

+480
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+480
-18
lines changed

Tasks/ANTV1/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "Ant",
33
"author": "Microsoft Corporation",
44
"description": "Build with Apache Ant",
5+
"scripts": {
6+
"build": "node ../../make.js build --task ANTV1",
7+
"serverBuild": "node ../../make.js serverBuild --task ANTV1"
8+
},
59
"license": "MIT",
610
"bugs": {
711
"url": "https://github.com/Microsoft/vso-agent-tasks/issues"

Tasks/AndroidSigningV2/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "Azure Pipelines Android Signing Task",
55
"main": "index.js",
66
"scripts": {
7+
"build": "node ../../make.js build --task AndroidSigningV2",
8+
"serverBuild": "node ../../make.js serverBuild --task AndroidSigningV2",
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},
911
"repository": {

Tasks/AndroidSigningV3/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "Azure Pipelines Android Signing Task",
55
"main": "index.js",
66
"scripts": {
7+
"build": "node ../../make.js build --task AndroidSigningV3",
8+
"serverBuild": "node ../../make.js serverBuild --task AndroidSigningV3",
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},
911
"repository": {

Tasks/AppCenterDistributeV1/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "Visual Studio App Center Distribute Task",
55
"main": "appcenterdistribute.js",
66
"scripts": {
7+
"build": "node ../../make.js build --task AppCenterDistributeV1",
8+
"serverBuild": "node ../../make.js serverBuild --task AppCenterDistributeV1",
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},
911
"repository": {

Tasks/AppCenterDistributeV2/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "Visual Studio App Center Distribute Task",
55
"main": "appcenterdistribute.js",
66
"scripts": {
7+
"build": "node ../../make.js build --task AppCenterDistributeV2",
8+
"serverBuild": "node ../../make.js serverBuild --task AppCenterDistributeV2",
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},
911
"repository": {

Tasks/AppCenterDistributeV3/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "Visual Studio App Center Distribute Task",
55
"main": "appcenterdistribute.js",
66
"scripts": {
7+
"build": "node ../../make.js build --task AppCenterDistributeV3",
8+
"serverBuild": "node ../../make.js serverBuild --task AppCenterDistributeV3",
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},
911
"repository": {

Tasks/AppCenterTestV1/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "Visual Studio App Center Test Task",
55
"main": "appcentertest.js",
66
"scripts": {
7+
"build": "node ../../make.js build --task AppCenterTestV1",
8+
"serverBuild": "node ../../make.js serverBuild --task AppCenterTestV1",
79
"test": "echo \"Error: no test specified\" && exit 1",
810
"postinstall": "patch-package"
911
},

Tasks/ArchiveFilesV2/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.7",
44
"description": "Archive Files Task",
55
"main": "archivefilestask.js",
6+
"scripts": {
7+
"build": "node ../../make.js build --task ArchiveFilesV2",
8+
"serverBuild": "node ../../make.js serverBuild --task ArchiveFilesV2"
9+
},
610
"repository": {
711
"type": "git",
812
"url": "git+https://github.com/Microsoft/azure-pipelines-tasks.git"

Tasks/AzureAppConfigurationExportV10/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"version": "1.0.0",
99
"main": "index.js",
1010
"scripts": {
11+
"build": "node ../../make.js build --task AzureAppConfigurationExportV10",
12+
"serverBuild": "node ../../make.js serverBuild --task AzureAppConfigurationExportV10",
1113
"test": "echo \"Error: no test specified\" && exit 1"
1214
},
1315
"author": "Microsoft Corporation",

Tasks/AzureAppConfigurationImportV10/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
},
99
"main": "index.js",
1010
"scripts": {
11+
"build": "node ../../make.js build --task AzureAppConfigurationImportV10",
12+
"serverBuild": "node ../../make.js serverBuild --task AzureAppConfigurationImportV10",
1113
"test": "echo \"Error: no test specified\" && exit 1"
1214
},
1315
"author": "Microsoft Corporation",

0 commit comments

Comments
 (0)