2017-04-22 22:44:48 +03:00
|
|
|
version: 0.2.0.{build}
|
2019-10-15 19:01:10 +03:00
|
|
|
os: Visual Studio 2019
|
2017-04-22 22:44:48 +03:00
|
|
|
install:
|
|
|
|
|
|
|
|
before_build:
|
|
|
|
- cmd: git submodule update --init --recursive
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
- cmd: dotnet --info
|
2017-05-03 13:19:32 +03:00
|
|
|
- ps: .\build.ps1 -Platform "AnyCPU" -Configuration "Release"
|
2017-04-22 22:44:48 +03:00
|
|
|
|
|
|
|
test: off
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
- path: artifacts/zip/*.zip
|
2017-05-03 12:43:25 +03:00
|
|
|
- path: artifacts/nuget/*.nupkg
|