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.
1 parent add1540 commit 518ecbbCopy full SHA for 518ecbb
azure-pipelines.yml
@@ -36,7 +36,7 @@ steps:
36
dotnet tool update -g dotnet-execute
37
export PATH="$PATH:$HOME/.dotnet/tools"
38
dotnet-exec info
39
- displayName: 'dotnet info'
+ displayName: 'dotnet-exec info'
40
41
- script: dotnet build -c Release
42
displayName: 'dotnet build'
@@ -68,8 +68,6 @@ steps:
68
arguments: 'image deployment/$(serviceName) $(serviceName)=$(imageName)'
69
70
- script: |
71
- dotnet tool update -g dotnet-execute
72
- export PATH="$PATH:$HOME/.dotnet/tools"
73
dotnet-exec "https://github.com/OpenReservation/scripts/blob/main/deploy/azure-pipelines-notification.cs"
74
displayName: 'Push notification'
75
env:
0 commit comments