mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
11 lines
316 B
YAML
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
|