Skip to content

Commit

Permalink
Disable AppVeyor 'clone_depth' parameter when using GitVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
pmiossec committed Apr 25, 2017
1 parent 48e256a commit 07472d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#version: 0.25.1.{build}
#platform: x86
clone_folder: c:\gittfs
clone_depth: 1
#clone_depth: 1 #Do not use this parameter when using GitVersion!!!!
# build cache to preserve files/folders between builds
cache:
- packages -> paket.lock # preserve "packages" directory in the root of build folder but will reset it if `paket.lock` is modified
Expand Down

0 comments on commit 07472d4

Please sign in to comment.