psake / PowerShellBuild

Common build tasks for psake and Invoke-Build that build and test PowerShell modules
MIT License
133 stars 24 forks source link

Add standalone InvokeBuild tasks #35

Closed pauby closed 4 years ago

pauby commented 5 years ago

The psake to InvokeBuild conversion is problematic so a standalone InvokeBuild tasks script has been added.

Description

Related Issue

16

Motivation and Context

The psake conversion is problematic. It was agreed in #16 that the InvokeBuild tasks should be standalone for the time being.

How Has This Been Tested?

The InvokeBuild tasks used are the ones created by the conversion script in the last version - with a couple of fixes to the Assert statement in the Publish task (which did not work in InvokeBuild) and also to fix the Build task to allow it to use $PSBPreference.Build.Dependencies which didn;t work for InvokeBuild.

Types of changes

Checklist:

devblackops commented 4 years ago

Thanks @pauby! Sorry I sat on this for so long.