Skip to content

Commit 8d41aa9

Browse files
Users/dhgovind/m106 (#2556)
* remove preview visibility * Remove preview visibility for MI task
1 parent 8ee05dd commit 8d41aa9

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Tasks/ManualIntervention/task.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
"helpMarkDown": "[More Information](https://www.visualstudio.com/docs/build/steps/deploy/manual-intervention/)",
77
"category": "Deploy",
88
"visibility": [
9-
"Preview",
109
"Release"
1110
],
1211
"author": "Microsoft Corporation",
1312
"runsOn": [
1413
"Server"
1514
],
1615
"version": {
17-
"Major": 7,
18-
"Minor": 1,
16+
"Major": 8,
17+
"Minor": 0,
1918
"Patch": 0
2019
},
2120
"inputs": [
@@ -38,4 +37,4 @@
3837
"RM:ManualIntervention": {
3938
}
4039
}
41-
}
40+
}

Tasks/ManualIntervention/task.loc.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
"helpMarkDown": "ms-resource:loc.helpMarkDown",
77
"category": "Deploy",
88
"visibility": [
9-
"Preview",
109
"Release"
1110
],
1211
"author": "Microsoft Corporation",
1312
"runsOn": [
1413
"Server"
1514
],
1615
"version": {
17-
"Major": 7,
18-
"Minor": 1,
16+
"Major": 8,
17+
"Minor": 0,
1918
"Patch": 0
2019
},
2120
"inputs": [
@@ -37,4 +36,4 @@
3736
"execution": {
3837
"RM:ManualIntervention": {}
3938
}
40-
}
39+
}

0 commit comments

Comments
 (0)