File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
Extension/PesterTask/PesterV9 Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1111 ],
1212 "author" : " Pester" ,
1313 "version" : {
14- "Major" : 1 ,
14+ "Major" : 9 ,
1515 "Minor" : 1 ,
16- "Patch" : 0
16+ "Patch" : 19
1717 },
1818 "demands" : [],
1919 "minimumAgentVersion" : " 1.82.0" ,
Original file line number Diff line number Diff line change @@ -7,21 +7,13 @@ stages:
77 pool :
88 vmimage : ubuntu-latest
99 steps :
10- - powershell : |
11- $V9Task = Get-Content ./Extension/PesterTask/PesterV9/task.json -Raw | ConvertFrom-Json
12- $V9Task.Version.Major = 9
13- $V9Task.Version.Minor = $(Minor)
14- $V9Task.Version.Patch = "$(Build.BuildNumber)".Split('.')[-1]
15- $V9Task | ConvertTo-Json -Depth 10 | Set-Content ./Extension/PesterTask/PesterV9/task.json
16- displayName: Update V9 task version
17-
1810 - powershell : |
1911 $VLatestTask = Get-Content ./Extension/PesterTask/PesterV10/task.json -Raw | ConvertFrom-Json
2012 $VLatestTask.Version.Major = $(Major)
2113 $VLatestTask.Version.Minor = $(Minor)
2214 $VLatestTask.Version.Patch = "$(Build.BuildNumber)".Split('.')[-1]
2315 $VLatestTask | ConvertTo-Json -Depth 10 | Set-Content ./Extension/PesterTask/PesterV10/task.json
24- displayName: Update V9 task version
16+ displayName: Update V10 task version
2517
2618 - task : NodeTool@0
2719 inputs :
You can’t perform that action at this time.
0 commit comments