mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
checkout master, not origin master. Add logging
This commit is contained in:
parent
bdb9109561
commit
cf0d3268f0
@ -162,6 +162,8 @@ on_finish:
|
|||||||
$jobs = $buildData.build.jobs
|
$jobs = $buildData.build.jobs
|
||||||
$lastJob = ($jobs | Select-Object -Last 1)
|
$lastJob = ($jobs | Select-Object -Last 1)
|
||||||
|
|
||||||
|
Write-Host "Build : $($buildData.build)"
|
||||||
|
|
||||||
Write-Host "Jobs:"
|
Write-Host "Jobs:"
|
||||||
$jobs | Foreach-Object {
|
$jobs | Foreach-Object {
|
||||||
Write-Host " - $($_)"
|
Write-Host " - $($_)"
|
||||||
|
@ -123,7 +123,7 @@ function collectAsm {
|
|||||||
|
|
||||||
#Merge all branches into master
|
#Merge all branches into master
|
||||||
$branchString = $asmBranches -join ' '
|
$branchString = $asmBranches -join ' '
|
||||||
git checkout origin/master 2>&1
|
git checkout master 2>&1
|
||||||
git pull
|
git pull
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git branch -a
|
git branch -a
|
||||||
|
Loading…
Reference in New Issue
Block a user