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:
parent
dc031b21f3
commit
a23c0c5c4e
2 changed files with 1 additions and 12 deletions
|
@ -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:
|
||||
|
|
11
appveyor.yml
11
appveyor.yml
|
@ -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
|
Loading…
Reference in a new issue