-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * Update README.md * Fixed Update-VSTeamRelease WARNING: VS402865: An empty body in the POST request is not allowed. #326 * added integration tests for release definition * fixed unit tests for changed implementation of content type Co-authored-by: Sebastian Schütze <[email protected]>
- Loading branch information
1 parent
eaabe56
commit 804dad3
Showing
9 changed files
with
387 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
{ | ||
"source": "undefined", | ||
"revision": 1, | ||
"description": null, | ||
"createdBy": null, | ||
"createdOn": "0001-01-01T00:00:00", | ||
"modifiedBy": null, | ||
"modifiedOn": "0001-01-01T00:00:00", | ||
"isDeleted": false, | ||
"variables": {}, | ||
"variableGroups": [], | ||
"environments": [ | ||
{ | ||
"id": 0, | ||
"name": "Environment 1", | ||
"variables": {}, | ||
"variableGroups": [], | ||
"preDeployApprovals": { | ||
"approvals": [ | ||
{ | ||
"rank": 1, | ||
"isAutomated": true, | ||
"isNotificationOn": false, | ||
"id": 0 | ||
} | ||
] | ||
}, | ||
"postDeployApprovals": { | ||
"approvals": [ | ||
{ | ||
"rank": 1, | ||
"isAutomated": true, | ||
"isNotificationOn": false, | ||
"id": 0 | ||
} | ||
] | ||
}, | ||
"deployPhases": [ | ||
{ | ||
"deploymentInput": { | ||
"parallelExecution": { | ||
"parallelExecutionType": 0 | ||
}, | ||
"skipArtifactsDownload": false, | ||
"artifactsDownloadInput": { | ||
"downloadInputs": [] | ||
}, | ||
"queueId": 25, | ||
"demands": [], | ||
"enableAccessToken": false, | ||
"timeoutInMinutes": 0, | ||
"jobCancelTimeoutInMinutes": 1, | ||
"condition": "succeeded()", | ||
"overrideInputs": {} | ||
}, | ||
"rank": 1, | ||
"phaseType": 1, | ||
"name": "Phase 1", | ||
"refName": null, | ||
"workflowTasks": [ | ||
{ | ||
"environment": {}, | ||
"taskId": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1", | ||
"version": "2.*", | ||
"name": "PowerShell Script", | ||
"refName": "", | ||
"enabled": true, | ||
"alwaysRun": false, | ||
"continueOnError": false, | ||
"timeoutInMinutes": 0, | ||
"definitionType": "task", | ||
"overrideInputs": {}, | ||
"condition": "succeeded()", | ||
"inputs": { | ||
"targetType": "inline", | ||
"filePath": "", | ||
"arguments": "", | ||
"script": "Write-Host \"Hello World\"\n", | ||
"errorActionPreference": "stop", | ||
"failOnStderr": "false", | ||
"ignoreLASTEXITCODE": "false", | ||
"pwsh": "false", | ||
"workingDirectory": "" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"environmentOptions": { | ||
"emailNotificationType": "OnlyOnFailure", | ||
"emailRecipients": "release.environment.owner;release.creator", | ||
"skipArtifactsDownload": false, | ||
"timeoutInMinutes": 0, | ||
"enableAccessToken": false, | ||
"publishDeploymentStatus": true, | ||
"badgeEnabled": false, | ||
"autoLinkWorkItems": false, | ||
"pullRequestDeploymentEnabled": false | ||
}, | ||
"demands": [], | ||
"conditions": [], | ||
"executionPolicy": { | ||
"concurrencyCount": 1, | ||
"queueDepthCount": 0 | ||
}, | ||
"schedules": [], | ||
"retentionPolicy": { | ||
"daysToKeep": 30, | ||
"releasesToKeep": 3, | ||
"retainBuild": true | ||
}, | ||
"processParameters": {}, | ||
"properties": {}, | ||
"preDeploymentGates": { | ||
"id": 0, | ||
"gatesOptions": null, | ||
"gates": [] | ||
}, | ||
"postDeploymentGates": { | ||
"id": 0, | ||
"gatesOptions": null, | ||
"gates": [] | ||
}, | ||
"environmentTriggers": [] | ||
} | ||
], | ||
"artifacts": [], | ||
"triggers": [], | ||
"releaseNameFormat": null, | ||
"tags": [], | ||
"properties": {}, | ||
"id": 0, | ||
"name": "AzureFunctions_CD - 3", | ||
"path": "\\", | ||
"projectReference": null, | ||
"_links": {} | ||
} |
Oops, something went wrong.