Last active
February 13, 2026 08:23
-
-
Save sitefinitySDK/5a446977a15ee21a39288e6471c367f4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| extends: | |
| template: CICDDotNetCoreRendererTemplateV2.yaml@SitefinityCloudPipelines | |
| parameters: | |
| postReleaseSteps: | |
| - task: PowerShell@2 | |
| displayName: 'Send Test Deployment Notification' | |
| inputs: | |
| targetType: 'inline' | |
| pwsh: true | |
| script: | | |
| Write-Host "Deployment to $(Build.SourceBranchName) completed successfully" | |
| Write-Host "Build Number: $(Build.BuildNumber)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment