try copy all artifacts for appveyor

This commit is contained in:
TomPallister 2016-10-13 20:53:17 +01:00
parent 17b24d3da5
commit 2e9d2b3c8c

View File

@ -7,6 +7,6 @@ build_script:
test_script: test_script:
- run-tests.bat - run-tests.bat
artifacts: artifacts:
- path: site\wwwroot\*.* - path: site\wwwroot\**\*.*
cache: cache:
- '%USERPROFILE%\.nuget\packages' - '%USERPROFILE%\.nuget\packages'