Skip to content

Commit 74c44c1

Browse files
author
Kapil Borle
committed
Add nuget packages to appveyor cache
1 parent 5122d56 commit 74c44c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ os:
44
# clone directory
55
clone_folder: c:\projects\psscriptanalyzer
66

7+
# cache nuget packages
8+
cache:
9+
- '%USERPROFILE%\.nuget\packages -> **\project.json'
10+
711
# Install Pester
812
install:
913
- cinst -y pester --version 3.4.0

0 commit comments

Comments
 (0)