Skip to content

Commit

Permalink
Merge branch 'develop' into AnonymousAndCertificateAuthentication
Browse files Browse the repository at this point in the history
  • Loading branch information
lipkau authored Feb 21, 2019
2 parents aa2ff0f + b855d29 commit 9324d34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/BuildTools.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ function Invoke-Init {
begin {
Set-BuildEnvironment -BuildOutput '$ProjectPath/Release' -ErrorAction SilentlyContinue
Add-ToModulePath -Path $env:BHBuildOutput

git config --global user.email "[email protected]"
git config --global user.name "AtlassianPS Automated User"
}
}

Expand Down

0 comments on commit 9324d34

Please sign in to comment.