Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions schemas/v1.0/azure.yaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,16 @@
"title": "post package hook",
"description": "Runs after the service is deployment package is created",
"$ref": "#/definitions/hooks"
},
"prepublish": {
"title": "pre publish hook",
"description": "Runs before the service is published",
"$ref": "#/definitions/hooks"
},
"postpublish": {
"title": "post publish hook",
"description": "Runs after the service is published",
"$ref": "#/definitions/hooks"
}
}
}
Expand Down Expand Up @@ -511,6 +521,16 @@
"description": "Runs after the `package` command",
"$ref": "#/definitions/hooks"
},
"prepublish": {
"title": "pre publish hook",
"description": "Runs before the `publish` command",
"$ref": "#/definitions/hooks"
},
"postpublish": {
"title": "post publish hook",
"description": "Runs after the `publish` command",
"$ref": "#/definitions/hooks"
},
"predeploy": {
"title": "pre deploy hook",
"description": "Runs before the `deploy` command",
Expand Down