From 4a205d8041791f3ebfacf8025879a1212c3f9ff9 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 16 Oct 2022 23:23:13 -0500 Subject: [PATCH] Add thread to discord notification [common] --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f8c2a7c2..ddbf3e954 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1143,4 +1143,5 @@ stages: SYSTEM_ACCESSTOKEN: $(System.AccessToken) DISCORDCHANNELID: $(discordChannelId) DISCORDWEBHOOKKEY: $(discordWebhookKey) + DISCORDTHREADID: $(discordThreadId)