Update appveyor.yml

This commit is contained in:
Maiky M
2020-11-15 16:50:37 -06:00
committed by GitHub
parent 5d086d855e
commit b5c6137fda

View File

@@ -1,8 +1,6 @@
version: 1.0.{build}
image: Visual Studio 2019
clone_depth: 1
before_build:
- cmd: nuget restore
build_script:
- cmd: >-
dotnet publish --configuration Release --framework netcoreapp3.1 --output "./build/" -p:PublishReadyToRun=true -p:PublishSingleFile=true --no-self-contained --runtime win-x64