Skip to content

Commit ffc2b36

Browse files
committed
Use latest build tools
1 parent 2011cd4 commit ffc2b36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ param (
99
[string]$SemanticVersion = '1.0.0-zlocal',
1010
[string]$Branch,
1111
[string]$CommitSHA,
12-
[string]$BuildBranch = '1c479a7381ebbc0fe1fded765de70d513b8bd68e'
12+
[string]$BuildBranch = '802a2329581ab88326bf1fd442595bac6dbaa848'
1313
)
1414

1515
# 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
@@ -69,7 +69,7 @@ Invoke-BuildStep 'Set version metadata in AssemblyInfo.cs' {
6969

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

0 commit comments

Comments
 (0)