From 4e78a995bdf62490eab0b6bb1d81756711dd87b5 Mon Sep 17 00:00:00 2001 From: Thomas Stangl Date: Tue, 6 Nov 2018 13:46:07 +0100 Subject: [PATCH] Remove switch to test directory --- appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1e26fe9..87c7759 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,12 +54,6 @@ test_script: - cmd: dotnet restore ./Sharp7.Rx.Tests/Sharp7.Rx.Tests.csproj --verbosity m - # run the unit tests (requires changing into the test directory) - - - cmd: cd Sharp7.Rx.Tests - - # TODO run specflow tests - on_finish : # any cleanup in here