test autom. fix

This commit is contained in:
Christian Köllner 2019-09-13 21:29:55 +02:00
parent d34d3b72a7
commit f73d6a257b

View File

@ -61,6 +61,7 @@ test_script:
- cmd: choco install capnpc-csharp --source=".;https://chocolatey.org/api/v2" --force -y - cmd: choco install capnpc-csharp --source=".;https://chocolatey.org/api/v2" --force -y
- cmd: cd %APPVEYOR_BUILD_FOLDER%\install-test - cmd: cd %APPVEYOR_BUILD_FOLDER%\install-test
- cmd: compile-test - cmd: compile-test
- cmd: cd %APPVEYOR_BUILD_FOLDER%
- cmd: vstest.console /logger:Appveyor /inIsolation CapnpC.CSharp.Generator.Tests\bin\Release\netcoreapp2.2\CapnpC.CSharp.Generator.Tests.dll - cmd: vstest.console /logger:Appveyor /inIsolation CapnpC.CSharp.Generator.Tests\bin\Release\netcoreapp2.2\CapnpC.CSharp.Generator.Tests.dll
- cmd: choco uninstall capnpc-csharp -y - cmd: choco uninstall capnpc-csharp -y
- cmd: notinstalled-test - cmd: notinstalled-test