Skip to content

Commit

Permalink
Add missed variable (#4574)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinTyukalov authored Dec 14, 2023
1 parent f51c5c9 commit 5e0594e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vsts.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ extends:
- job: SendNotifications
displayName: Send notifications
dependsOn: create_ado_prs
variables:
IsRelease: $[ stageDependencies.Verify_release.Set_variables.outputs['SetReleaseVariables.isRelease'] ]
condition: and(succeeded(), eq(variables.IsRelease, 'True'))
steps:
- pwsh: release\Send-PRsNotification.ps1
Expand Down

0 comments on commit 5e0594e

Please sign in to comment.