Skip to content

Commit bc8b5b7

Browse files
committed
Add validation for useDISM param
1 parent 264b1f1 commit bc8b5b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/doRelease.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ param(
88
[string]$isoPath = "",
99
[string]$winEdition = "",
1010
[string]$outputISO = "",
11+
[ValidateSet("yes", "no")]$useDISM = "",
1112
[ValidateSet("yes", "no")]$AppxRemove = "",
1213
[ValidateSet("yes", "no")]$CapabilitiesRemove = "",
1314
[ValidateSet("yes", "no")]$OnedriveRemove = "",

0 commit comments

Comments
 (0)