2018-01-13 09:18:55 +03:00
|
|
|
image: Visual Studio 2017
|
|
|
|
configuration: Release
|
|
|
|
platform: Any CPU
|
|
|
|
|
|
|
|
install:
|
|
|
|
- ps: $env:build_version = (Select-Xml -Path ".\package.props" -XPath "/Project/PropertyGroup/Version" | Select-Object -ExpandProperty Node).InnerText
|
|
|
|
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
|
|
|
|
|
|
|
|
dotnet_csproj:
|
|
|
|
patch: false
|
|
|
|
|
|
|
|
before_build:
|
|
|
|
- cmd: dotnet restore
|
|
|
|
|
|
|
|
build:
|
|
|
|
project: package.sln
|
|
|
|
parallel: true
|
|
|
|
verbosity: minimal
|
|
|
|
|
2018-01-14 02:42:38 +03:00
|
|
|
#test_script:
|
2018-01-14 02:40:33 +03:00
|
|
|
#- cmd: dotnet test #--framework net47 --verbosity q
|
2018-01-13 09:18:55 +03:00
|
|
|
|
|
|
|
artifacts:
|
|
|
|
- path: '**\Unity.*.nupkg'
|
|
|
|
name: 'Unity'
|