Skip to content

Commit 4a4f776

Browse files
committed
Update build profiles
1 parent 244bbef commit 4a4f776

2 files changed

Lines changed: 25 additions & 4 deletions

File tree

build/BuildProfiles.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,26 @@
162162
"MatchAndReplace": null
163163
},
164164
{
165-
"Id": "CHECK_MISC",
166-
"Path": ".\\src\\check\\Misc.ps1",
165+
"Id": "CHECK_MISC_ACCESS_CONTROL",
166+
"Path": ".\\src\\check\\Misc.AccessControl.ps1",
167+
"Compression": true,
168+
"MatchAndReplace": null
169+
},
170+
{
171+
"Id": "CHECK_MISC_ENVIRONMENT",
172+
"Path": ".\\src\\check\\Misc.Environment.ps1",
173+
"Compression": true,
174+
"MatchAndReplace": null
175+
},
176+
{
177+
"Id": "CHECK_MISC_MSI",
178+
"Path": ".\\src\\check\\Misc.Msi.ps1",
179+
"Compression": true,
180+
"MatchAndReplace": null
181+
},
182+
{
183+
"Id": "CHECK_MISC_SYSTEM_INFORMATION",
184+
"Path": ".\\src\\check\\Misc.SystemInformation.ps1",
167185
"Compression": true,
168186
"MatchAndReplace": null
169187
},
@@ -246,7 +264,10 @@
246264
"CHECK_NETWORK",
247265
"CHECK_UPDATES",
248266
"CHECK_CREDENTIALS",
249-
"CHECK_MISC"
267+
"CHECK_MISC_ACCESS_CONTROL",
268+
"CHECK_MISC_ENVIRONMENT",
269+
"CHECK_MISC_MSI",
270+
"CHECK_MISC_SYSTEM_INFORMATION"
250271
]
251272
}
252273
],

build/Seed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
69906613
1+
855849256

0 commit comments

Comments
 (0)