Skip to content

Commit 4a8dde7

Browse files
Update the CmdLineV2 task version (#20309)
This PR updates the CmdLineV2 task version to regularly roll out the previous changes from #20217
1 parent aaaade6 commit 4a8dde7

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

Tasks/CmdLineV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 243,
20+
"Minor": 244,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "Script task consistency. Added support for multiple lines.",

Tasks/CmdLineV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 243,
20+
"Minor": 244,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",

_generated/CmdLineV2.versionmap.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|2.243.0
2-
Node20-225|2.243.1
1+
Default|2.244.0
2+
Node20-225|2.244.1

_generated/CmdLineV2/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 243,
20+
"Minor": 244,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "Script task consistency. Added support for multiple lines.",
@@ -87,7 +87,7 @@
8787
"ScriptContents": "Script contents:"
8888
},
8989
"_buildConfigMapping": {
90-
"Default": "2.243.0",
91-
"Node20-225": "2.243.1"
90+
"Default": "2.244.0",
91+
"Node20-225": "2.244.1"
9292
}
9393
}

_generated/CmdLineV2/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 243,
20+
"Minor": 244,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
@@ -87,7 +87,7 @@
8787
"ScriptContents": "ms-resource:loc.messages.ScriptContents"
8888
},
8989
"_buildConfigMapping": {
90-
"Default": "2.243.0",
91-
"Node20-225": "2.243.1"
90+
"Default": "2.244.0",
91+
"Node20-225": "2.244.1"
9292
}
9393
}

_generated/CmdLineV2_Node20/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 243,
20+
"Minor": 244,
2121
"Patch": 1
2222
},
2323
"releaseNotes": "Script task consistency. Added support for multiple lines.",
@@ -91,7 +91,7 @@
9191
"ScriptContents": "Script contents:"
9292
},
9393
"_buildConfigMapping": {
94-
"Default": "2.243.0",
95-
"Node20-225": "2.243.1"
94+
"Default": "2.244.0",
95+
"Node20-225": "2.244.1"
9696
}
9797
}

_generated/CmdLineV2_Node20/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 243,
20+
"Minor": 244,
2121
"Patch": 1
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
@@ -91,7 +91,7 @@
9191
"ScriptContents": "ms-resource:loc.messages.ScriptContents"
9292
},
9393
"_buildConfigMapping": {
94-
"Default": "2.243.0",
95-
"Node20-225": "2.243.1"
94+
"Default": "2.244.0",
95+
"Node20-225": "2.244.1"
9696
}
9797
}

0 commit comments

Comments
 (0)