mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Change merge of asm branches into final branch into cherry-pick
This commit is contained in:
parent
18dedb4838
commit
c53294b92a
@ -18,7 +18,8 @@ function collectAsm {
|
|||||||
throw "Missing branch for job $($_.jobId)"
|
throw "Missing branch for job $($_.jobId)"
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd.exe /c "git merge $($branchName) 2>&1"
|
# Use cherry-pick as the asm branches only have a single commit
|
||||||
|
cmd.exe /c "git cherry-pick $($branchName) 2>&1"
|
||||||
if(-not $?){
|
if(-not $?){
|
||||||
throw "Failed merge of $($branchName)"
|
throw "Failed merge of $($branchName)"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user