Skip to content

Commit

Permalink
Merge pull request RamblingCookieMonster#105 from FISHMANPET/commit-i…
Browse files Browse the repository at this point in the history
…d-var and !Deploy

Update Get-BuildEnvironment.ps1
  • Loading branch information
RamblingCookieMonster authored Jun 1, 2019
2 parents ba7b795 + 9909ecd commit 303eebe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BuildHelpers/Public/Get-BuildEnvironment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function Get-BuildEnvironment {
ProjectPath via Get-BuildVariable
BranchName via Get-BuildVariable
CommitMessage via Get-BuildVariable
CommitHash via Get-BuildVariable
BuildNumber via Get-BuildVariable
ProjectName via Get-ProjectName
PSModuleManifest via Get-PSModuleManifest
Expand Down Expand Up @@ -100,6 +101,7 @@ function Get-BuildEnvironment {
ProjectPath = ${Build.Vars}.ProjectPath
BranchName = ${Build.Vars}.BranchName
CommitMessage = ${Build.Vars}.CommitMessage
CommitHash = ${Build.Vars}.CommitHash
BuildNumber = ${Build.Vars}.BuildNumber
ProjectName = ${Build.ProjectName}
PSModuleManifest = ${Build.ManifestPath}
Expand Down

0 comments on commit 303eebe

Please sign in to comment.