Skip to content

Commit 7f2d005

Browse files
authored
removed the runson Machine Group property from the sqlazuredacpacdeployment Task (#3300)
1 parent 92a056e commit 7f2d005

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Tasks/SqlAzureDacpacDeployment/task.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"Release"
1111
],
1212
"runsOn": [
13-
"Agent",
14-
"MachineGroup"
13+
"Agent"
1514
],
1615
"author": "Microsoft Corporation",
1716
"version": {

Tasks/SqlAzureDacpacDeployment/task.loc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"Release"
1111
],
1212
"runsOn": [
13-
"Agent",
14-
"MachineGroup"
13+
"Agent"
1514
],
1615
"author": "Microsoft Corporation",
1716
"version": {

0 commit comments

Comments
 (0)