psake / PowerShellBuild

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

Generate Invoke-Build Tasks from Psake Tasks #11

Closed JustinGrote closed 5 years ago

JustinGrote commented 5 years ago

Description

This provides a heavily improved version of the Invoke-Build Psake convert script, and uses it to generate the invoke-build from the psake tasks.

Motivation and Context

Currently IB and psake tasks are manually kept in sync, which may lead to problems if they are not tested together.

How Has This Been Tested?

Pester tests included

Screenshots (if appropriate):

Types of changes

Checklist:

JustinGrote commented 5 years ago

Should be ready for review now, darn Appveyor weirdness...

devblackops commented 5 years ago

Thanks @JustinGrote. I'll take a look at this over the weekend.