File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ function Get-ActionPreference {
31
31
32
32
Trace-VstsEnteringInvocation $MyInvocation
33
33
try {
34
+ # Test
34
35
Import-VstsLocStrings " $PSScriptRoot \task.json"
35
36
36
37
# Get inputs.
Original file line number Diff line number Diff line change 17
17
"author" : " Microsoft Corporation" ,
18
18
"version" : {
19
19
"Major" : 2 ,
20
- "Minor" : 259 ,
20
+ "Minor" : 253 ,
21
21
"Patch" : 0
22
22
},
23
+ "release" : {
24
+ "Sprint" : 252 ,
25
+ "Ordinal" : 0
26
+ },
23
27
"releaseNotes" : " Script task consistency. Added support for macOS and Linux." ,
24
28
"minimumAgentVersion" : " 2.115.0" ,
25
29
"showEnvironmentVariables" : true ,
Original file line number Diff line number Diff line change 17
17
"author" : " Microsoft Corporation" ,
18
18
"version" : {
19
19
"Major" : 2 ,
20
- "Minor" : 259 ,
20
+ "Minor" : 253 ,
21
21
"Patch" : 0
22
22
},
23
+ "release" : {
24
+ "Sprint" : 252 ,
25
+ "Ordinal" : 0
26
+ },
23
27
"releaseNotes" : " ms-resource:loc.releaseNotes" ,
24
28
"minimumAgentVersion" : " 2.115.0" ,
25
29
"showEnvironmentVariables" : true ,
You can’t perform that action at this time.
0 commit comments