From 84cd1657349a9713abc644702d4dab9edb9fb1a1 Mon Sep 17 00:00:00 2001 From: Student Main Date: Wed, 18 Mar 2020 03:18:11 +0800 Subject: [PATCH] run test with build --- appveyor.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0f63af8a..600e15d5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,8 +40,12 @@ image: Visual Studio 2019 # set clone depth clone_depth: 5 # clone entire repository history if not defined -on_finish: - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + +test_script: + ps: dotnet test + +#on_finish: +# ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) # environment variables environment: