tidstagning/.drone.yml

7 lines
173 B
YAML
Raw Normal View History

2020-08-22 11:52:54 +00:00
kind: pipeline
name: default
steps:
2021-05-30 14:24:38 +00:00
- name: build
2021-10-19 08:55:02 +00:00
image: mcr.microsoft.com/dotnet/sdk:6.0
2021-05-30 14:23:33 +00:00
commands:
2021-10-19 08:55:02 +00:00
- dotnet publish -c release -o out -r win-x64 --self-contained true