📦 nvborisenko / reportportal-extensions-sourceback

📄 appveyor.yml · 24 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24image: Visual Studio 2022

configuration:
  - Release

install:
  - dotnet tool install -g gitversion.tool
  - dotnet-gitversion /l console /output buildserver

dotnet_csproj:
  patch: true
  version: '$(GitVersion_SemVer)'

build_script:
  - dotnet build

test_script:
  - dotnet test --no-build

after_test:
  - dotnet pack

artifacts:
  - path: '**\*.nupkg'