From 337a30ac0fdae5fd6864a479fcb39ce7543a9c5e Mon Sep 17 00:00:00 2001 From: Qstick Date: Wed, 19 Oct 2022 22:00:13 -0500 Subject: [PATCH] Add thread to discord notifications --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3455fbe89..fe1fbafe9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1050,3 +1050,4 @@ stages: SYSTEM_ACCESSTOKEN: $(System.AccessToken) DISCORDCHANNELID: $(discordChannelId) DISCORDWEBHOOKKEY: $(discordWebhookKey) + DISCORDTHREADID: $(discordThreadId)