Set -nographics option for avoid d3d11 initialization error
parent
1c9998ac5c
commit
73ca7dca32
|
@ -111,6 +111,7 @@ foreach ( $platform in ${env:TEST_PLATFORMS}.Split(";") )
|
||||||
-Wait `
|
-Wait `
|
||||||
-PassThru `
|
-PassThru `
|
||||||
-ArgumentList "-batchmode `
|
-ArgumentList "-batchmode `
|
||||||
|
-nographics `
|
||||||
-logFile $FULL_ARTIFACTS_PATH\$platform.log `
|
-logFile $FULL_ARTIFACTS_PATH\$platform.log `
|
||||||
-projectPath $UNITY_PROJECT_PATH `
|
-projectPath $UNITY_PROJECT_PATH `
|
||||||
-coverageResultsPath $FULL_COVERAGE_RESULTS_PATH `
|
-coverageResultsPath $FULL_COVERAGE_RESULTS_PATH `
|
||||||
|
|
Loading…
Reference in New Issue