Skip to content

Commit 3ecddd4

Browse files
kboomSanju Yadav
authored andcommitted
TEST update to task
1 parent c2c6c4b commit 3ecddd4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Tasks/PowerShellV2/powershell.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ function Get-ActionPreference {
3131

3232
Trace-VstsEnteringInvocation $MyInvocation
3333
try {
34+
#Test
3435
Import-VstsLocStrings "$PSScriptRoot\task.json"
3536

3637
# Get inputs.

Tasks/PowerShellV2/task.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 259,
20+
"Minor": 253,
2121
"Patch": 0
2222
},
23+
"release": {
24+
"Sprint": 252,
25+
"Ordinal": 0
26+
},
2327
"releaseNotes": "Script task consistency. Added support for macOS and Linux.",
2428
"minimumAgentVersion": "2.115.0",
2529
"showEnvironmentVariables": true,

Tasks/PowerShellV2/task.loc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 259,
20+
"Minor": 253,
2121
"Patch": 0
2222
},
23+
"release": {
24+
"Sprint": 252,
25+
"Ordinal": 0
26+
},
2327
"releaseNotes": "ms-resource:loc.releaseNotes",
2428
"minimumAgentVersion": "2.115.0",
2529
"showEnvironmentVariables": true,

0 commit comments

Comments
 (0)