Skip to content

Commit

Permalink
add param to build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc committed Jan 16, 2025
1 parent 4bc5b90 commit 3b96f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deploy/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if ($ModuleVersionType -eq 'manual') {
. $PSScriptRoot\Build-Module.ps1 -ModuleVersionType:($ModuleVersionType) -ModuleName:($ModuleName)
}
# Create a new ADMU Template file in this directory for testing/ Building EXE
New-ADMUTemplate -ExportPath "$PSScriptRoot/admuTemplate.ps1"
New-ADMUTemplate -ExportPath "$PSScriptRoot/admuTemplate.ps1" -hidePowerShellWindow $true
# Run Build-Exe On Windows Systems
if ($IsWindows) {
. $PSScriptRoot\New-ADMUExe.ps1
Expand Down

0 comments on commit 3b96f20

Please sign in to comment.