Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed Nov 30, 2017
2 parents 07896e1 + ffc2b36 commit 2972fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = '1c479a7381ebbc0fe1fded765de70d513b8bd68e'
[string]$BuildBranch = '802a2329581ab88326bf1fd442595bac6dbaa848'
)

# For TeamCity - If any issue occurs, this script fail the build. - By default, TeamCity returns an exit code of 0 for all powershell scripts, even if they fail
Expand Down Expand Up @@ -69,7 +69,7 @@ Invoke-BuildStep 'Set version metadata in AssemblyInfo.cs' {

Invoke-BuildStep 'Building solution' {
$SolutionPath = Join-Path $PSScriptRoot "NuGet.Server.sln"
Build-Solution $Configuration $BuildNumber -MSBuildVersion "14" $SolutionPath -SkipRestore:$SkipRestore `
Build-Solution $Configuration $BuildNumber -MSBuildVersion "15" $SolutionPath -SkipRestore:$SkipRestore `
} `
-ev +BuildErrors

Expand Down

0 comments on commit 2972fb3

Please sign in to comment.