Skip to content

Commit 2aec9ab

Browse files
authored
Adding deployment group to PCCRV2 version (#21367)
1 parent d72ea1f commit 2aec9ab

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Tasks/PublishCodeCoverageResultsV2/task.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
"Build"
1111
],
1212
"runsOn": [
13-
"Agent"
13+
"Agent",
14+
"DeploymentGroup"
1415
],
1516
"author": "Microsoft Corporation",
1617
"version": {
1718
"Major": 2,
18-
"Minor": 259,
19+
"Minor": 264,
1920
"Patch": 0
2021
},
2122
"demands": [],

Tasks/PublishCodeCoverageResultsV2/task.loc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
"Build"
1111
],
1212
"runsOn": [
13-
"Agent"
13+
"Agent",
14+
"DeploymentGroup"
1415
],
1516
"author": "Microsoft Corporation",
1617
"version": {
1718
"Major": 2,
18-
"Minor": 259,
19+
"Minor": 264,
1920
"Patch": 0
2021
},
2122
"demands": [],

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)