From 0e1b336c7e175d10c6490e078d43af1882847cdf Mon Sep 17 00:00:00 2001 From: Doug Lauder Date: Mon, 2 Sep 2024 09:14:32 -0400 Subject: [PATCH] Prepackage plugins mscalender and msteams meetings (#28105) Automatic Merge --- server/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/Makefile b/server/Makefile index a84d6a407e..cbed7c1a94 100644 --- a/server/Makefile +++ b/server/Makefile @@ -158,6 +158,8 @@ PLUGIN_PACKAGES += mattermost-plugin-ai-v1.0.0 PLUGIN_PACKAGES += focalboard-v8.0.0 PLUGIN_PACKAGES += mattermost-plugin-msteams-v2.0.3 PLUGIN_PACKAGES += mattermost-plugin-user-survey-v1.1.1 +PLUGIN_PACKAGES += mattermost-plugin-mscalendar-v1.3.4 +PLUGIN_PACKAGES += mattermost-plugin-msteams-meetings-v2.2.0 EE_PACKAGES=$(shell $(GO) list $(BUILD_ENTERPRISE_DIR)/...)