Onyxl's picture
Upload 2661 files
8c763fb verified
Raw
History Blame Contribute Delete
689 Bytes
{
"$schema": "https://ev2schema.azure.net/schemas/2020-01-01/rolloutSpecification.json",
"contentVersion": "1.0.0.0",
"rolloutMetadata": {
"serviceModelPath": "ServiceModel.json",
"ScopeBindingsPath": "ScopeBindings.json",
"name": "OneBranch-Demo-Container-Deployment",
"rolloutType": "Major",
"buildSource": {
"parameters": {
"versionFile": "buildver.txt"
}
},
"Notification": {
"Email": {
"To": "default"
}
}
},
"orchestratedSteps": [
{
"name": "UploadLinuxContainer",
"targetType": "ServiceResource",
"targetName": "LinuxContainerUpload",
"actions": ["Shell/Run"]
}
]
}