Skip to content

Commit

Permalink
Merge pull request #64 from lipkau/enhance/LocalBuild-RemoveVariables…
Browse files Browse the repository at this point in the history
… and !Deploy

Removed BuildHelpers variables which are created on build
  • Loading branch information
RamblingCookieMonster committed May 16, 2018
2 parents 1aaf71d + fa481e5 commit f410dab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Build/Start-Build.ps1
Expand Up @@ -14,4 +14,6 @@ $null = Invoke-PSDepend -Path "$PSScriptRoot\build.requirements.psd1" -Install -
Set-BuildEnvironment

Invoke-psake $PSScriptRoot\psake.ps1 -taskList $Task -nologo
exit ( [int]( -not $psake.build_success ) )

Remove-Item Env:\BH*
exit ( [int]( -not $psake.build_success ) )

0 comments on commit f410dab

Please sign in to comment.