qmlnet/appveyor.yml
2018-12-22 08:28:34 -05:00

11 lines
380 B
YAML

image: Visual Studio 2017
install:
- choco install gitversion.portable -pre -y --version 4.0.0-beta0012
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 }