Skip to content

Commit

Permalink
Update azure-pipelines-notification.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi authored Mar 28, 2024
1 parent 5d71151 commit 41e55fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/azure-pipelines-notification.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.Net.Http.Json;

var messageTemplate = """
The service {{$env SERVICENAME}} has been deployed with version {{$env IMAGENAME}}
RepoUrl: {{$env BUILD_REPOSITORY_URI}}
Expand All @@ -25,3 +23,4 @@ The service {{$env SERVICENAME}} has been deployed with version {{$env IMAGENAME
}
});
response.EnsureSuccessStatusCode();
Console.WriteLine("Notification sent");

0 comments on commit 41e55fd

Please sign in to comment.