tidstagning/.drone.yml
jct b7b1cab39c
Some checks failed
continuous-integration/drone/push Build is failing
Change to .NET6
2021-10-19 08:55:02 +00:00

7 lines
173 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet publish -c release -o out -r win-x64 --self-contained true