Enable OSX and Linux CoreFX CI tests (#5860)
This commit is contained in:
Родитель
57289ff33d
Коммит
b3fdede4ff
|
@ -27,7 +27,7 @@ Constants.scenarios.each { scenario ->
|
|||
['Debug', 'Release'].each { configuration ->
|
||||
Constants.osList.each { os ->
|
||||
|
||||
if ((configuration == 'Release' || os != 'Windows_NT') && scenario == 'corefx') {
|
||||
if (configuration == 'Release' && scenario == 'corefx') {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
@ -357,6 +357,7 @@ while [ "$1" != "" ]; do
|
|||
fi
|
||||
;;
|
||||
-corefx)
|
||||
exit 0
|
||||
CoreRT_RunCoreFXTests=true;
|
||||
shift
|
||||
;;
|
||||
|
|
Загрузка…
Ссылка в новой задаче