From 444b8e357a1647324ac5e8f4d0da8af9ba294c10 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 1 Apr 2018 00:08:37 +1100 Subject: [PATCH] . --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e8096d6..a3f4b9d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,8 +6,8 @@ install: - cmd: appveyor downloadfile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe before_build: - ps: nuget restore -build: - verbosity: minimal +build_script: +- cmd: dotnet build test_script: - cmd: >- %xunit20%\xunit.console Tests\bin\Release\net46\Tests.dll