explicitly specify the assemblies to test, as AppVeyor test autodetection will detect SparkCLRSamples.exe but fail to find any testfixtures

This commit is contained in:
kai 2015-12-06 14:35:15 -08:00
Родитель 721f79b934
Коммит b3b047c4a5
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,10 @@ build_script:
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
- cmd: Build.cmd
test:
assemblies:
- csharp\AdapterTest\bin\Debug\AdapterTest.dll
# scripts to run after tests
after_test:
- cmd: Runsamples.cmd --validate