1
0
mirror of https://github.com/furyfire/LEDNotifier.git synced 2024-09-19 14:42:15 +00:00
LEDNotifier/.drone.yml

7 lines
171 B
YAML
Raw Permalink Normal View History

2022-02-14 18:58:05 +00:00
kind: pipeline
name: default
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet publish -c Debug -o out -r win-x86 --self-contained true