PowerShellBuild icon indicating copy to clipboard operation
PowerShellBuild copied to clipboard

Common build tasks for psake and Invoke-Build that build and test PowerShell modules

Results 22 PowerShellBuild issues
Sort by recently updated
recently updated
newest added

The INIT task throws an exception when called from a Windows Powershell session. This same issue was previously reported in issue #53 and fixed with merge #60. However, the fix...

bug

When executing a build using $PSBPreference.Build.CompileModule = $true on a base Stucco template, I receive an error on the Task GENERATEMARKDOWN. However, if I use $PSBPreference.Build.CompileModule = $false the build...