FModel/appveyor.yml
2020-11-14 22:14:09 +01:00

13 lines
351 B
YAML

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
test: off
artifacts:
- path: build\
name: FModel