File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 [string ]$SemanticVersion = ' 1.0.0-zlocal' ,
1010 [string ]$Branch ,
1111 [string ]$CommitSHA ,
12- [string ]$BuildBranch = ' d298565f387e93995a179ef8ae6838f1be37904f '
12+ [string ]$BuildBranchCommit = ' ade39b693d49b266ec5cac5d939edac7dda2fd92 '
1313)
1414
1515$msBuildVersion = 15 ;
@@ -30,8 +30,8 @@ if (-not (Test-Path "$PSScriptRoot/build")) {
3030# Enable TLS 1.2 since GitHub requires it.
3131[Net.ServicePointManager ]::SecurityProtocol = [Net.ServicePointManager ]::SecurityProtocol -bor [Net.SecurityProtocolType ]::Tls12
3232
33- Invoke-WebRequest - UseBasicParsing - Uri " https://raw.githubusercontent.com/NuGet/ServerCommon/$BuildBranch /build/init.ps1" - OutFile " $PSScriptRoot /build/init.ps1"
34- . " $PSScriptRoot /build/init.ps1" - BuildBranch " $BuildBranch "
33+ Invoke-WebRequest - UseBasicParsing - Uri " https://raw.githubusercontent.com/NuGet/ServerCommon/$BuildBranchCommit /build/init.ps1" - OutFile " $PSScriptRoot /build/init.ps1"
34+ . " $PSScriptRoot /build/init.ps1" - BuildBranchCommit " $BuildBranchCommit "
3535
3636Write-Host (" `r`n " * 3 )
3737Trace-Log (' =' * 60 )
You can’t perform that action at this time.
0 commit comments