Skip to content

Commit 9bde0b9

Browse files
committed
Update build.psd1 to include additional copy paths
Added several JSON and CSV files, as well as a DLL, to the CopyPaths array in build.psd1 to ensure they are included in the build output. Updated CippCore.psd1 binary, likely reflecting related metadata changes.
1 parent bc2981d commit 9bde0b9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Modules/CIPPCore/CippCore.psd1

50 Bytes
Binary file not shown.

Modules/CIPPCore/build.psd1

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
Path = 'CIPPCore.psd1'
33
OutputDirectory = '../../Output'
44
VersionedOutputDirectory = $false
5-
CopyPaths = @()
5+
CopyPaths = @(
6+
'Public\OrganizationManagementRoles.json'
7+
'Public\PermissionsTranslator.json'
8+
'Public\blank.json'
9+
'Public\AdditionalPermissions.json'
10+
'Public\ConversionTable.csv'
11+
'Public\SAMManifest.json'
12+
'lib\NCrontab.Advanced.dll'
13+
)
614
Encoding = 'UTF8'
715
Prefix = $null
816
Suffix = $null

0 commit comments

Comments
 (0)