1
0
Fork 0
mirror of https://github.com/Corsinvest/cv4pve-pepper.git synced 2025-02-12 10:01:53 +00:00
cv4pve-pepper/appveyor.yml
Daniele Corsini d91ff4e64c Inital import
2019-10-23 08:43:03 +02:00

11 lines
No EOL
168 B
YAML

version: 1.0.{build}
image: Visual Studio 2019
build_script:
- cmd: >-
dotnet --version
dotnet restore
dotnet build -c Release
dotnet pack -c Release