Skip to content

Commit be24fee

Browse files
Disable "Use diff package" by default (#6370)
1 parent c800c09 commit be24fee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Tasks/ServiceFabricDeploy/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"version": {
1818
"Major": 1,
19-
"Minor": 5,
20-
"Patch": 1
19+
"Minor": 6,
20+
"Patch": 0
2121
},
2222
"demands": [
2323
"Cmd"
@@ -87,7 +87,7 @@
8787
"name": "useDiffPackage",
8888
"type": "boolean",
8989
"label": "Use Diff Package",
90-
"defaultValue": "true",
90+
"defaultValue": "false",
9191
"required": false,
9292
"groupname": "advanced",
9393
"helpMarkDown": "Upgrade by using a diff package that contains only the updated application files, the updated application manifest, and the service manifest files."

Tasks/ServiceFabricDeploy/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"version": {
1818
"Major": 1,
19-
"Minor": 5,
20-
"Patch": 1
19+
"Minor": 6,
20+
"Patch": 0
2121
},
2222
"demands": [
2323
"Cmd"
@@ -87,7 +87,7 @@
8787
"name": "useDiffPackage",
8888
"type": "boolean",
8989
"label": "ms-resource:loc.input.label.useDiffPackage",
90-
"defaultValue": "true",
90+
"defaultValue": "false",
9191
"required": false,
9292
"groupname": "advanced",
9393
"helpMarkDown": "ms-resource:loc.input.help.useDiffPackage"

0 commit comments

Comments
 (0)