Skip to content

Commit 518ecbb

Browse files
committed
remove dotnet-exec setup
1 parent add1540 commit 518ecbb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ steps:
3636
dotnet tool update -g dotnet-execute
3737
export PATH="$PATH:$HOME/.dotnet/tools"
3838
dotnet-exec info
39-
displayName: 'dotnet info'
39+
displayName: 'dotnet-exec info'
4040

4141
- script: dotnet build -c Release
4242
displayName: 'dotnet build'
@@ -68,8 +68,6 @@ steps:
6868
arguments: 'image deployment/$(serviceName) $(serviceName)=$(imageName)'
6969

7070
- script: |
71-
dotnet tool update -g dotnet-execute
72-
export PATH="$PATH:$HOME/.dotnet/tools"
7371
dotnet-exec "https://github.com/OpenReservation/scripts/blob/main/deploy/azure-pipelines-notification.cs"
7472
displayName: 'Push notification'
7573
env:

0 commit comments

Comments
 (0)