Skip to content

Commit 41e55fd

Browse files
authored
Update azure-pipelines-notification.cs
1 parent 5d71151 commit 41e55fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deploy/azure-pipelines-notification.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Net.Http.Json;
2-
31
var messageTemplate = """
42
The service {{$env SERVICENAME}} has been deployed with version {{$env IMAGENAME}}
53
RepoUrl: {{$env BUILD_REPOSITORY_URI}}
@@ -25,3 +23,4 @@ The service {{$env SERVICENAME}} has been deployed with version {{$env IMAGENAME
2523
}
2624
});
2725
response.EnsureSuccessStatusCode();
26+
Console.WriteLine("Notification sent");

0 commit comments

Comments
 (0)