Skip to content

Commit

Permalink
Change commit SHA to point to updated ServerCommon build scripts (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierdecoster authored Aug 29, 2019
1 parent b1f928e commit e6fff67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ param (
[string]$SemanticVersion = '1.0.0-zlocal',
[string]$Branch,
[string]$CommitSHA,
[string]$BuildBranch = 'cb2b9e41b18cb77ee644a51951d8c8f24cde9adf'
[string]$BuildBranch = '1f60ff35a3cebf1a0c5fb631d2534fd5b4a11edc'
)

# For TeamCity - If any issue occurs, this script fails the build. - By default, TeamCity returns an exit code of 0 for all powershell scripts, even if they fail
Expand Down

0 comments on commit e6fff67

Please sign in to comment.