Add .drone.yml
This commit is contained in:
commit
9bf705e9e2
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: build-test
|
||||
image: mcr.microsoft.com/dotnet/core/sdk:latest
|
||||
commands:
|
||||
- dotnet restore
|
||||
- dotnet build
|
Loading…
x
Reference in New Issue
Block a user