FModel/appveyor.yml
2020-11-15 16:50:37 -06:00

11 lines
316 B
YAML

version: 1.0.{build}
image: Visual Studio 2019
clone_depth: 1
build_script:
- cmd: >-
dotnet publish --configuration Release --framework netcoreapp3.1 --output "./build/" -p:PublishReadyToRun=true -p:PublishSingleFile=true --no-self-contained --runtime win-x64
test: off
artifacts:
- path: build\
name: FModel