azure-pipelines-tasks-webdeployment-common 3.198.1 → 4.208.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -113,4 +113,4 @@ for(var errorMessage in errorMessages) {
113
113
  }
114
114
  }
115
115
 
116
- console.log('MSDEPLOY getWebDeployErrorCode passed');
116
+ console.log('MSDEPLOY getWebDeployErrorCode passed');
@@ -49,4 +49,4 @@ function validateInvalidJSONWithComments() {
49
49
  export function validate() {
50
50
  validateJSONWithComments();
51
51
  validateInvalidJSONWithComments();
52
- }
52
+ }
@@ -68,4 +68,4 @@ if(jsonObject['constructor.name'] === 'newConstructorName' &&
68
68
  console.log('JSON - substitute inbuilt JSON attributes validated');
69
69
  }
70
70
 
71
- validate();
71
+ validate();
@@ -97,4 +97,4 @@ if(JSON.stringify(jsonObject['profile']['preimum_level']) == JSON.stringify({"su
97
97
  console.log('JSON - Object validated');
98
98
  }
99
99
 
100
- validate();
100
+ validate();
@@ -3,4 +3,4 @@ var ltx = require('ltx');
3
3
  var xdtTransform = require('azure-pipelines-tasks-webdeployment-common/xdttransformationutility.js');
4
4
  process.env["SYSTEM_DEFAULTWORKINGDIRECTORY"] = path.join(__dirname, 'L1XdtTransform');
5
5
  xdtTransform.applyXdtTransformation(path.join(__dirname, 'L1XdtTransform', 'Web_test.config'), path.join(__dirname, 'L1XdtTransform', 'Web.Debug.config'));
6
- process.env['SYSTEM_DEFAULTWORKINGDIRECTORY'] = 'DefaultWorkingDirectory';
6
+ process.env['SYSTEM_DEFAULTWORKINGDIRECTORY'] = 'DefaultWorkingDirectory';
@@ -26,4 +26,4 @@ async function xmlVarSub() {
26
26
  }
27
27
  }
28
28
 
29
- xmlVarSub();
29
+ xmlVarSub();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "azure-pipelines-tasks-webdeployment-common",
3
- "version": "3.198.1",
3
+ "version": "4.208.0",
4
4
  "description": "Common Lib for MSDeploy Utility",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,10 +19,10 @@
19
19
  "@types/mocha": "^5.2.7",
20
20
  "@types/node": "^10.17.0",
21
21
  "archiver": "1.2.0",
22
- "decompress-zip": "0.3.0",
22
+ "azure-pipelines-task-lib": "^3.1.0",
23
+ "decompress-zip": "^0.3.3",
23
24
  "ltx": "2.8.0",
24
25
  "q": "1.4.1",
25
- "azure-pipelines-task-lib": "^3.1.0",
26
26
  "winreg": "1.2.2",
27
27
  "xml2js": "0.4.13",
28
28
  "xmldom": "^0.1.27"