Browse Source

run test with build

pull/2865/head
Student Main 4 years ago
parent
commit
84cd165734
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      appveyor.yml

+ 6
- 2
appveyor.yml View File

@@ -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:


Loading…
Cancel
Save