Environment
Azure Devops Server 2020 update 1.2
Mutation Report Publisher 1.2.0
Describe the bug
The mutation report fail to load since the update 1.2 of the task on an azure devops server 2020 update 1.2 on premise deployment.
When opening the tab, this url is called : http://{base_url}/DefaultCollection/{team_project_id}/_apis/build/builds/{build_id}/attachments/stryker-mutator.mutation-report
An error 400 occurs when accessing the report tab with the message : The requested REST API version of 7.2 is out of range for this server. The latest REST API version this server supports is 6.1.
This blocks the loading of the tab.


The publication seems to works just fine, it's just the tab's display that is impacted.
Environment
Azure Devops Server 2020 update 1.2
Mutation Report Publisher 1.2.0
Describe the bug
The mutation report fail to load since the update 1.2 of the task on an azure devops server 2020 update 1.2 on premise deployment.
When opening the tab, this url is called :
http://{base_url}/DefaultCollection/{team_project_id}/_apis/build/builds/{build_id}/attachments/stryker-mutator.mutation-reportAn error 400 occurs when accessing the report tab with the message :
The requested REST API version of 7.2 is out of range for this server. The latest REST API version this server supports is 6.1.This blocks the loading of the tab.
The publication seems to works just fine, it's just the tab's display that is impacted.