psake / PowerShellBuild

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

(GH-18) Explicitly set the BHBuildOutput variable #19

Closed pauby closed 5 years ago

pauby commented 5 years ago

Description

Explicitly set the BHBuildOutput variable.

Related Issue

18

Motivation and Context

This allows the environment variable to be used outside of Invoke-Build (I am using it inside Pester tests for example).

How Has This Been Tested?

This has only been tested in an Invoke-Build environment. But the tasks that have been amended are obviously for psake anyway,

Types of changes

Checklist:

devblackops commented 5 years ago

LGTM. Thanks!