We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4010e78 commit 255ac1bCopy full SHA for 255ac1b
1 file changed
.github/workflows/package.yml
@@ -254,6 +254,7 @@ jobs:
254
255
$PSModuleParentPath = Split-Path $DGatewayPSModulePath -Parent
256
257
+ Set-PSDebug -Off # Too many traces are logged when running New-ModulePackage.
258
New-ModulePackage $DGatewayPSModulePath $PSModuleParentPath
259
260
- name: Sign executables
0 commit comments