From aabd25510ec0e9e12b0e4d571b46ed182f91d9a6 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 16 Oct 2022 23:27:42 -0500 Subject: [PATCH] Add thread to discord notification Fixes #3042 --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5457f61b9..6714d055d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1022,3 +1022,4 @@ stages: SYSTEM_ACCESSTOKEN: $(System.AccessToken) DISCORDCHANNELID: $(discordChannelId) DISCORDWEBHOOKKEY: $(discordWebhookKey) + DISCORDTHREADID: $(discordThreadId)