We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f58190 + 322415c commit 7cb16c1Copy full SHA for 7cb16c1
azure-pipelines.yml
@@ -67,7 +67,7 @@ steps:
67
- script: |
68
dotnet tool update -g dotnet-execute
69
export PATH="$PATH:$HOME/.dotnet/tools"
70
- dotnet-exec ./scripts/push-notification.cs
+ dotnet-exec "https://github.com/OpenReservation/scripts/blob/main/deploy/azure-pipelines-notification.cs"
71
displayName: 'Push notification'
72
env:
73
# https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#secret-variables
0 commit comments