mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-16 00:04:24 +00:00
17 lines
498 B
YAML
17 lines
498 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 |