Skip to content

Commit 365a526

Browse files
authored
XMl Variable Substitution - Release Branch (#5784)
* Fix Multiline comment in XML var sub * increment task version
1 parent 6752d03 commit 365a526

File tree

8 files changed

+20
-8
lines changed

8 files changed

+20
-8
lines changed

Tasks/AzureRmWebAppDeployment/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 3,
1818
"Minor": 3,
19-
"Patch": 24
19+
"Patch": 25
2020
},
2121
"releaseNotes": "What's new in Version 3.0: <br/>&nbsp;&nbsp;Supports File Transformations (XDT) <br/>&nbsp;&nbsp;Supports Variable Substitutions(XML, JSON) <br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more Information.",
2222
"minimumAgentVersion": "2.104.1",

Tasks/AzureRmWebAppDeployment/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 3,
1818
"Minor": 3,
19-
"Patch": 24
19+
"Patch": 25
2020
},
2121
"releaseNotes": "ms-resource:loc.releaseNotes",
2222
"minimumAgentVersion": "2.104.1",

Tasks/Common/webdeployment-common/Tests/L1XmlVarSub/Web.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3+
<tag1>
4+
<tag2>
5+
..
6+
<
7+
uncompletedtag!
8+
>
39
For more information on how to configure your ASP.NET application, please visit
410
http://go.microsoft.com/fwlink/?LinkId=301880
511
-->

Tasks/Common/webdeployment-common/Tests/L1XmlVarSub/Web_Expected.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3+
<tag1>
4+
<tag2>
5+
..
6+
<
7+
uncompletedtag!
8+
>
39
For more information on how to configure your ASP.NET application, please visit
410
http://go.microsoft.com/fwlink/?LinkId=301880
511
-->

Tasks/Common/webdeployment-common/npm-shrinkwrap.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/Common/webdeployment-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"archiver": "1.2.0",
1717
"decompress-zip": "0.3.0",
18-
"ltx": "2.5.0",
18+
"ltx": "2.6.2",
1919
"q": "1.4.1",
2020
"vsts-task-lib": "2.0.1-preview",
2121
"winreg": "1.2.2",

Tasks/IISWebAppDeploymentOnMachineGroup/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 0,
1717
"Minor": 0,
18-
"Patch": 27
18+
"Patch": 28
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.104.1",

Tasks/IISWebAppDeploymentOnMachineGroup/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 0,
1717
"Minor": 0,
18-
"Patch": 27
18+
"Patch": 28
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.104.1",

0 commit comments

Comments
 (0)