Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Last active February 13, 2026 08:23
Show Gist options
  • Select an option

  • Save sitefinitySDK/5a446977a15ee21a39288e6471c367f4 to your computer and use it in GitHub Desktop.

Select an option

Save sitefinitySDK/5a446977a15ee21a39288e6471c367f4 to your computer and use it in GitHub Desktop.
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