We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006302b commit bc1f970Copy full SHA for bc1f970
1 file changed
.pipelines/templates/release-publish-mar.yml
@@ -86,7 +86,6 @@ stages:
86
87
- pwsh: |
88
$pathToJsonFile = Join-Path -Path '$(ev2ServiceGroupRootFolder)' -ChildPath 'RolloutSpec.json'
89
- # $pathToJsonFile = Join-Path -Path '$(repoRoot)/.pipelines/EV2Specs/ServiceGroupRoot' -ChildPath 'RolloutSpec.json'
90
$content = Get-Content -Path $pathToJsonFile | ConvertFrom-Json
91
$content.RolloutMetadata.Notification.Email.To = '$(email_address)'
92
Remove-Item -Path $pathToJsonFile
0 commit comments