From 41e55fdd9b30ecc94d6359ce9d1dc984d750ff67 Mon Sep 17 00:00:00 2001 From: Weihan Li Date: Thu, 28 Mar 2024 17:05:46 +0800 Subject: [PATCH] Update azure-pipelines-notification.cs --- deploy/azure-pipelines-notification.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy/azure-pipelines-notification.cs b/deploy/azure-pipelines-notification.cs index a4a714b..6bcfd8b 100644 --- a/deploy/azure-pipelines-notification.cs +++ b/deploy/azure-pipelines-notification.cs @@ -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}} @@ -25,3 +23,4 @@ The service {{$env SERVICENAME}} has been deployed with version {{$env IMAGENAME } }); response.EnsureSuccessStatusCode(); +Console.WriteLine("Notification sent");