mirror of
https://github.com/furyfire/LEDNotifier.git
synced 2025-01-15 17:37:39 +00:00
This commit is contained in:
7
.drone.yml
Normal file
7
.drone.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
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
|
Reference in New Issue
Block a user