You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* resolving msdeploy for war files
* retrying three times for war files while calling the web app in between.
* resolving comments
* resolving comments
* removing duplicate file
* initializing variables only once insted of in retry.
tl.debug("Listing file structure of webapps folder after deployment has completed => "+JSON.stringify(filesAfterDeployment));
64
+
65
+
// Verify if the content of that war file has successfully expanded. This is can be concluded if
66
+
// directory with same name as war file exists after deployment and if it existed before deployment, then the directory should contain content of new war file
67
+
// which can be concluded if the modified time of the directory has changed.
Copy file name to clipboardexpand all lines: Tasks/AzureRmWebAppDeployment/task.json
+7-6
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
"version": {
17
17
"Major": 3,
18
18
"Minor": 3,
19
-
"Patch": 41
19
+
"Patch": 42
20
20
},
21
21
"releaseNotes": "What's new in Version 3.0: <br/> Supports File Transformations (XDT) <br/> Supports Variable Substitutions(XML, JSON) <br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more Information.",
22
22
"minimumAgentVersion": "2.104.1",
@@ -138,7 +138,7 @@
138
138
"EditableOptions": "false",
139
139
"PopulateDefaultValue": "true"
140
140
},
141
-
"helpMarkDown": "App Service on Linux offers two different options to publish your application <br/> Custom image deployment or App deployment with a built-in platform image. [Learn More](https://go.microsoft.com/fwlink/?linkid=862490)",
141
+
"helpMarkDown": "App Service on Linux offers two different options to publish your application <br/> Custom image deployment or App deployment with a built-in platform image. [Learn More](https://go.microsoft.com/fwlink/?linkid=862490)",
0 commit comments