23 строки
385 B
YAML
23 строки
385 B
YAML
branches:
|
|
except:
|
|
- /travis-.*/
|
|
|
|
install:
|
|
ps: |
|
|
Import-Module '.\appveyor-tool.ps1'
|
|
Bootstrap
|
|
|
|
before_build:
|
|
- nuget restore nunit.sln
|
|
|
|
build_script:
|
|
- ps: .\build.ps1 -Target "Appveyor"
|
|
|
|
artifacts:
|
|
- path: package\*.nupkg
|
|
# - path: package\*.msi
|
|
|
|
# AppVeyor defaults to just its build number
|
|
version: '{build}'
|
|
# disable built-in tests.
|
|
test: off |