Browse Source

investigate why ci fail

pull/2865/head
Student Main 5 years ago
parent
commit
c7e0def682
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      appveyor.yml

+ 2
- 0
appveyor.yml View File

@@ -40,6 +40,8 @@ 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'))
# environment variables
environment:


Loading…
Cancel
Save