diff --git a/Tasks/PublishCodeCoverageResultsV2/task.json b/Tasks/PublishCodeCoverageResultsV2/task.json index aff222194444..7f5324571f4b 100644 --- a/Tasks/PublishCodeCoverageResultsV2/task.json +++ b/Tasks/PublishCodeCoverageResultsV2/task.json @@ -10,7 +10,8 @@ "Build" ], "runsOn": [ - "Agent" + "Agent", + "DeploymentGroup" ], "author": "Microsoft Corporation", "version": { @@ -65,4 +66,4 @@ "FoundNMatchesForPattern": "Found %s result(s) matching pattern: %s", "NoCodeCoverage": "No code coverage results were found to publish." } -} \ No newline at end of file +}