We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4416e16 commit ee317daCopy full SHA for ee317da
1 file changed
azure-pipelines.yml
@@ -68,7 +68,7 @@ steps:
68
# arguments: 'image deployment/$(serviceName) $(serviceName)=$(imageName)'
69
70
- script: |
71
- dotnet-exec "https://github.com/OpenReservation/scripts/blob/main/deploy/azure-pipelines-notification.cs"
+ dotnet-exec "https://github.com/OpenReservation/scripts/blob/main/deploy/azure-pipelines-notification.cs" < /dev/null
72
displayName: 'Push notification'
73
env:
74
# https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#secret-variables
0 commit comments