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: