File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Tasks/PublishTestResultsV2 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -186,8 +186,8 @@ async function run() {
186186function readAndPublishTestRunSummaryToEvidenceStore ( testRunner : string ) {
187187 try {
188188 const agentVersion = tl . getVariable ( 'Agent.Version' ) ;
189- if ( semver . lt ( agentVersion , "2.162.1 " ) ) {
190- throw "Required agent version greater than or equal to 2.162 .0" ;
189+ if ( semver . lt ( agentVersion , "2.164.0 " ) ) {
190+ throw "Required agent version greater than or equal to 2.164 .0" ;
191191 }
192192
193193 var tempPath = tl . getVariable ( 'Agent.TempDirectory' ) ;
Original file line number Diff line number Diff line change 1414 "version" : {
1515 "Major" : 2 ,
1616 "Minor" : 164 ,
17- "Patch" : 1
17+ "Patch" : 2
1818 },
1919 "demands" : [],
2020 "releaseNotes" : " <ul><li>NUnit3 support</li><li>Support for Minimatch files pattern</li></ul>" ,
Original file line number Diff line number Diff line change 1414 "version" : {
1515 "Major" : 2 ,
1616 "Minor" : 164 ,
17- "Patch" : 1
17+ "Patch" : 2
1818 },
1919 "demands" : [],
2020 "releaseNotes" : " ms-resource:loc.releaseNotes" ,
You can’t perform that action at this time.
0 commit comments