From d21b0aa99a687e3892d71a72e9b03ca0376e0add Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Fri, 25 Oct 2024 12:39:22 -0500 Subject: [PATCH] Remove Globbing from thirdparty.json It's build directly via the PackageMicrosoftGlobbing task --- Build/Tasks/thirdparty.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Build/Tasks/thirdparty.json b/Build/Tasks/thirdparty.json index 575986874cd..6c425aa16c3 100644 --- a/Build/Tasks/thirdparty.json +++ b/Build/Tasks/thirdparty.json @@ -54,11 +54,5 @@ "folder": "DNN Platform/Components/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/", "destination": "Install/Library", "extension": "resources" - }, - { - "name": "MicrosoftFileSystemGlobbing", - "folder": "DNN Platform/Components/Microsoft.Extensions.FileSystemGlobbing/", - "destination": "Install/Library", - "excludes": [ "**/*.xml" ] } ]