piranha.core.analyzers/appveyor.yml

22 строки
440 B
YAML

version: 8.4.0.{build}
branches:
only:
- master
skip_tags: true
max_jobs: 1
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
version_prefix: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
build_script:
- cmd: dotnet build -c Release
test_script:
- cmd: dotnet test -c Release
artifacts:
- path: '**/Release/*.nupkg'