1
0
Fork 0
mirror of https://github.com/Corsinvest/cv4pve-pepper.git synced 2025-02-12 10:01:53 +00:00

Improve doc

This commit is contained in:
daniele.corsini@corsinvest.it 2022-05-29 11:39:18 +02:00
parent dc031b21f3
commit a23c0c5c4e
2 changed files with 1 additions and 12 deletions

View file

@ -1,6 +1,6 @@
# cv4pve-pepper
[![License](https://img.shields.io/github/license/Corsinvest/cv4pve-pepper.svg)](LICENSE.md) [![AppVeyor branch](https://img.shields.io/appveyor/ci/franklupo/cv4pve-pepper/master.svg)](https://ci.appveyor.com/project/franklupo/cv4pve-pepper)
[![License](https://img.shields.io/github/license/Corsinvest/cv4pve-pepper.svg)](LICENSE.md)
```text
Description:

View file

@ -1,11 +0,0 @@
version: 1.0.{build}
image: Visual Studio 2019
build_script:
- cmd: >-
dotnet --version
dotnet restore
dotnet build -c Release
dotnet pack -c Release