diff --git a/Tasks/PublishCodeCoverageResultsV1/task.json b/Tasks/PublishCodeCoverageResultsV1/task.json index 1036c509d32e..1cbd10971a20 100644 --- a/Tasks/PublishCodeCoverageResultsV1/task.json +++ b/Tasks/PublishCodeCoverageResultsV1/task.json @@ -16,11 +16,11 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 182, + "Minor": 186, "Patch": 0 }, "demands": [], - "minimumAgentVersion": "2.102.0", + "minimumAgentVersion": "2.182.1", "instanceNameFormat": "Publish code coverage from $(summaryFileLocation)", "inputs": [ { @@ -82,6 +82,11 @@ "argumentFormat": "" } }, + "restrictions": { + "settableVariables": { + "allowed": [] + } + }, "messages": { "FoundNMatchesForPattern": "Found %s result(s) matching pattern: %s", "MultipleSummaryFilesFound": "Multiple file or directory matches were found. Using the first match: %s", diff --git a/Tasks/PublishCodeCoverageResultsV1/task.loc.json b/Tasks/PublishCodeCoverageResultsV1/task.loc.json index fe9eede2f836..fcffd08c01ab 100644 --- a/Tasks/PublishCodeCoverageResultsV1/task.loc.json +++ b/Tasks/PublishCodeCoverageResultsV1/task.loc.json @@ -16,11 +16,11 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 182, + "Minor": 186, "Patch": 0 }, "demands": [], - "minimumAgentVersion": "2.102.0", + "minimumAgentVersion": "2.182.1", "instanceNameFormat": "ms-resource:loc.instanceNameFormat", "inputs": [ { @@ -82,6 +82,11 @@ "argumentFormat": "" } }, + "restrictions": { + "settableVariables": { + "allowed": [] + } + }, "messages": { "FoundNMatchesForPattern": "ms-resource:loc.messages.FoundNMatchesForPattern", "MultipleSummaryFilesFound": "ms-resource:loc.messages.MultipleSummaryFilesFound", @@ -92,4 +97,4 @@ "UpgradeAgentMessage": "ms-resource:loc.messages.UpgradeAgentMessage", "GeneratedHtmlReport": "ms-resource:loc.messages.GeneratedHtmlReport" } -} +} \ No newline at end of file