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

I need to publish the module to a private nexus repo and get an error: ## Expected Behavior save-module publish-module ## Current Behavior Publish-Module ``` The specified RequiredModules entry 'BuildHelpers'...

## Description The Module parameter removes the dependency on the $ModuleName variable in the parent scope while maintaining the existing behavior of inheriting its value. The LandingPagePath key in $cabParams...

## Expected Behavior The following command should successfully complete its call to New-ExternalHelpCab: ```powershell Build-PSBuildUpdatableHelp -DocsPath 'C:\Temp\docs' -OutputPath 'C:\Temp\dist\UpdatableHelp' ``` ## Current Behavior Currently an error is thrown if the...

### Assumption I believe this module has the ability for users to write custom tasks to the psakebuild.ps1 file, and PowershellBuild will execute what it covers, while PSake executes the...

enhancement
good first issue

I want to override variable values such as $PSBPreference.General.ModuleVersion when I call the build.ps1 file. Can someone please provide a valid example of how to pass the argument in the...

Latest 0.3.0 Beta version. The `Build` task in PowerShell.IB.Tasks is empty `task Build`. As a consequence nothing happens when running ` invoke-build -File .\.build.ps1 -task build` ## Expected Behavior In...

bug
help wanted

I am trying to specify a non-default path for `$PSBPreference.Test.RootDir` in the `psakeBuild.ps1` file. It doesn't appear that the `$projectRoot` variable is being populated before the `Properties` block is instantiated....

Additional integration Pester tests are needed to verify the various psake/InvokeBuild tasks function as expected. ## Expected Behavior psake/InvokeBuild tasks are tested to ensure quality. ## Current Behavior There is...

enhancement

Since this is aiming to be a "library" of tasks and a framework to use for opinionated templates, perhaps some of the dependency ordering should be loosened? For instance, maybe...

Updated New-MarkdownHelp with force parameter ## Description New-MarkdownHelp should always overwrite new old markdown pages. If this is not suitable a parameter should be added to be able to force...