tidstagning/.drone.yml

7 lines
171 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 15:36:09 +00:00
image: mcr.microsoft.com/dotnet/sdk:6.0
2021-05-30 14:23:33 +00:00
commands:
2021-10-19 15:36:09 +00:00
- dotnet publish -c Debug -o out -r win-x86 --self-contained true