Files
ImportExcel/appveyor.yml
Doug Finke a6438d468a Update appveyor.yml
Save for another time. Looks like path separators are the first issue
2018-10-24 19:56:25 -04:00

18 lines
253 B
YAML

image:
- Visual Studio 2015
# - Ubuntu
build: off
test_script:
- ps: .\DoTests.ps1
- pwsh: .\DoTests.ps1 -DontCreateZip
skip_commits:
files:
- README.md
artifacts:
- path: ImportExcel*.zip
name: ImportExcel