Browse Source

Set clone folder to use appveyor defaults

pull/1149/head
Chris Johnston 7 years ago
parent
commit
73a615204a
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      appveyor.yml

+ 3
- 1
appveyor.yml View File

@@ -10,7 +10,9 @@ nuget:
disable_publish_on_pr: true
pull_requests:
do_not_increment_build_number: true
clone_folder: C:\Projects\Discord.Net
# This is the default on Windows
# For Ubuntu, it's /home/appveyor/projects/
# clone_folder: C:\Projects\Discord.Net
cache: test/Discord.Net.Tests/cache.db

environment:


Loading…
Cancel
Save