qmlnet/appveyor.yml
2018-12-24 08:57:19 +01:00

11 lines
371 B
YAML

image: Visual Studio 2017
install:
- choco install gitversion.portable -pre -y --version 4.0.0
before_build:
- cmd: rm -r C:\Tools\GitVersion\
- cmd: gitversion > version.json
- cmd: git submodule update --init
build_script:
- cmd: build/appveyor.bat
after_build:
- ps: Get-ChildItem output\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }