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 9bcc412 commit 68e06c9Copy full SHA for 68e06c9
deploy/azure-pipelines-notification.cs
@@ -1,7 +1,7 @@
1
var messageTemplate = """
2
The service {{$env SERVICENAME}} has been deployed with version {{$env IMAGENAME}}
3
RepoUrl: {{$env BUILD_REPOSITORY_URI}}
4
-[Amazing]
+[amazingbot]
5
""";
6
var message = await WeihanLi.Common.Template.TemplateEngine.CreateDefault()
7
.RenderAsync(messageTemplate);
0 commit comments