From b2ad835b1a3e3e34628112818ed2b06e393bea1b Mon Sep 17 00:00:00 2001 From: Yorick Kuijs Date: Mon, 6 Nov 2023 19:19:03 +0100 Subject: [PATCH] New build test --- build.yaml | 1 - source/M365DSC.CRG.psd1 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index 62cafe1..54cfb4e 100644 --- a/build.yaml +++ b/build.yaml @@ -52,7 +52,6 @@ BuildWorkflow: - Build_NestedModules_ModuleBuilder - Create_changelog_release_output - pack: - build - package_module_nupkg diff --git a/source/M365DSC.CRG.psd1 b/source/M365DSC.CRG.psd1 index fc739ef..3ccdf7e 100644 --- a/source/M365DSC.CRG.psd1 +++ b/source/M365DSC.CRG.psd1 @@ -97,7 +97,7 @@ PrivateData = @{ Prerelease = '' # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'DesiredStateConfiguration', 'DSC', 'M365DSC', 'Microsoft365DSC', 'Microsoft365' + Tags = 'DesiredStateConfiguration', 'DSC', 'M365DSC', 'Microsoft365DSC', 'Microsoft365', 'Composite Resource' # A URL to the license for this module. LicenseUri = 'https://github.com/ykuijs/M365DSC.CRG/blob/main/LICENSE'