diff --git a/appveyor.yml b/appveyor.yml index 7d424ab..9309b6a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -162,6 +162,8 @@ on_finish: $jobs = $buildData.build.jobs $lastJob = ($jobs | Select-Object -Last 1) + Write-Host "Build : $($buildData.build)" + Write-Host "Jobs:" $jobs | Foreach-Object { Write-Host " - $($_)" diff --git a/asm/scripts/deploy-asm.ps1 b/asm/scripts/deploy-asm.ps1 index 888767d..9f428a7 100644 --- a/asm/scripts/deploy-asm.ps1 +++ b/asm/scripts/deploy-asm.ps1 @@ -123,7 +123,7 @@ function collectAsm { #Merge all branches into master $branchString = $asmBranches -join ' ' - git checkout origin/master 2>&1 + git checkout master 2>&1 git pull git fetch --all git branch -a