parent
bc87676131
commit
150041e4fc
@ -0,0 +1,15 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: dronePipeline
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: mcr.microsoft.com/dotnet/sdk:6.0
|
||||||
|
commands:
|
||||||
|
- cd Sources/HeartTrack
|
||||||
|
- dotnet restore HeartTrack.sln
|
||||||
|
- dotnet build HeartTrack.sln -c Release --no-restore
|
Loading…
Reference in new issue