mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Try changing cherry-pick into origin/...
This commit is contained in:
parent
c53294b92a
commit
54cf763ab1
@ -19,7 +19,7 @@ function collectAsm {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Use cherry-pick as the asm branches only have a single commit
|
# Use cherry-pick as the asm branches only have a single commit
|
||||||
cmd.exe /c "git cherry-pick $($branchName) 2>&1"
|
cmd.exe /c "git cherry-pick origin/$($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