Skip to content

Commit 5aff7d9

Browse files
authored
Update task.json
changing version number to integer
1 parent aaa6ab2 commit 5aff7d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tasks/AzureAppServiceManage/task.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
],
1313
"demands": [],
1414
"version": {
15-
"Major": "0",
16-
"Minor": "1",
17-
"Patch": "0"
15+
"Major": 0,
16+
"Minor": 1,
17+
"Patch": 0
1818
},
1919
"minimumAgentVersion": "1.102.0",
2020
"instanceNameFormat": "Swap Slot for Azure Web App: $(WebAppName)",
@@ -141,4 +141,4 @@
141141
"Successfullyswappedslots": "Successfully swapped web app %s slots from %s to %s",
142142
"SourceAndTargetSlotCannotBeSame": "Source and target slot cannot be same"
143143
}
144-
}
144+
}

0 commit comments

Comments
 (0)