Skip to content

Commit 241ba7f

Browse files
kboomSanju Yadav
authored andcommitted
Remove unecessary changes
1 parent 3ecddd4 commit 241ba7f

File tree

4 files changed

+7
-55
lines changed

4 files changed

+7
-55
lines changed

Tasks/PowerShellV2/package-lock.json

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

Tasks/PowerShellV2/powershell.ps1

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

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

3736
# Get inputs.

Tasks/PowerShellV2/task.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 253,
21-
"Patch": 0
22-
},
23-
"release": {
24-
"Sprint": 252,
25-
"Ordinal": 0
20+
"Minor": 247,
21+
"Patch": 1
2622
},
2723
"releaseNotes": "Script task consistency. Added support for macOS and Linux.",
2824
"minimumAgentVersion": "2.115.0",

Tasks/PowerShellV2/task.loc.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 253,
21-
"Patch": 0
22-
},
23-
"release": {
24-
"Sprint": 252,
25-
"Ordinal": 0
20+
"Minor": 247,
21+
"Patch": 1
2622
},
2723
"releaseNotes": "ms-resource:loc.releaseNotes",
2824
"minimumAgentVersion": "2.115.0",

0 commit comments

Comments
 (0)