mirror of
https://github.com/Corsinvest/cv4pve-pepper.git
synced 2025-02-12 18:11:53 +00:00
11 lines
No EOL
168 B
YAML
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 |