ace/AppVeyor/AppVeyorTestScript.bat
Ty Conner 0ab1527eb8
AppVeyor build pipeline changes (#2849)
* Move AppVeyor folder

* path updates

* Update AppVeyorBeforePackage.bat

* Update AppVeyorBeforePackage.bat

* Update AppVeyorBeforePackage.bat

* Add AppVeyorInit

* Add Clone script

* Remove Init/Clone

* .

* .

* Update AppVeyorBeforeCompile.bat

* Update AppVeyorBeforeCompile.bat

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update AppVeyorBeforeCompile.bat

* .

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update AppVeyorBeforeCompile.bat

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* .
2020-03-23 19:12:06 -04:00

3 lines
263 B
Batchfile

@echo on
dotnet test --diag AppVeyor\ACETests-Server.txt --no-build "Source\ACE.Server.Tests" --test-adapter-path:. --logger:Appveyor
dotnet test --diag AppVeyor\ACETests-Database.txt --no-build "Source\ACE.Database.Tests" --test-adapter-path:. --logger:Appveyor