diff --git a/appveyor.yml b/appveyor.yml index 890f102a..dee451a2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,10 +10,8 @@ install: build: off skip_tags: true test_script: - - dotnet test tests -c Debug -f netcoreapp2.0 - - dotnet test tests -c Release -f netcoreapp2.0 - - dotnet test tests -c Debug -f netcoreapp1.1 - - dotnet test tests -c Release -f netcoreapp1.1 + - dotnet test tests -c Debug + - dotnet test tests -c Release after_test: - dotnet pack -c Release artifacts: