mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-22 01:12:53 -05:00
throw on failed merge
This commit is contained in:
parent
7e72576ace
commit
18dedb4838
@ -19,7 +19,9 @@ function collectAsm {
|
||||
}
|
||||
|
||||
cmd.exe /c "git merge $($branchName) 2>&1"
|
||||
|
||||
if(-not $?){
|
||||
throw "Failed merge of $($branchName)"
|
||||
}
|
||||
}
|
||||
|
||||
#Merge all branches into master
|
||||
|
Loading…
x
Reference in New Issue
Block a user