Skip to content

Commit 2f2dda0

Browse files
authored
Node6hotfixes/mysql deployment on machine group (#14151)
* Set up CI with Azure Pipelines [skip ci] * adding the exact copy of the webdeployment-common-v2 in common-npm-packages * adding changes for making exposing it as npm package * Revert "Set up CI with Azure Pipelines" This reverts commit 409f46b. * Revert "adding changes for making exposing it as npm package" This reverts commit 7056479. * Revert "adding the exact copy of the webdeployment-common-v2 in common-npm-packages" This reverts commit 631fa44. * [MysqlDeploymentOnMachineGroupV1] node 6 to 10 upgrade * Updating node dependency * Changing make.json to use webdeployment-common from NPM * Changing code to w.r.t new directory structure of webdeployment-common * updating the minor version w.r.t to current sprint Co-authored-by: agrataru <>
1 parent 9244d42 commit 2f2dda0

File tree

8 files changed

+361
-111
lines changed

8 files changed

+361
-111
lines changed

Tasks/MysqlDeploymentOnMachineGroupV1/Tests/package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
{
2-
"common": [
3-
{
4-
"module": "../Common/webdeployment-common-v2",
5-
"type": "node",
6-
"dest": "./",
7-
"compile" : true
8-
}
9-
]
102
}

Tasks/MysqlDeploymentOnMachineGroupV1/mysqldeploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function run() {
1111
try {
1212
task.debug('Task execution started');
1313
task.setResourcePath(path.join( __dirname, 'task.json'));
14-
task.setResourcePath(path.join( __dirname, 'node_modules/webdeployment-common-v2/module.json'));
14+
task.setResourcePath(path.join( __dirname, 'node_modules/azure-pipelines-tasks-webdeployment-common/module.json'));
1515
// Get all task input parameters
1616
mysqlTaskParameter = new MysqlTaskParameter();
1717
task.debug('parsed task inputs');

0 commit comments

Comments
 (0)