diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f62790d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +kind: pipeline +type: docker +name: myFirstPipeline + +trigger: + event: + - push + +steps: + - name: build + image: mcr.microsoft.com/dotnet/sdk:7.0 + commands: + - cd ParionsCuite/ + - dotnet restore ParionsCuite.sln + - dotnet build ParionsCuite.sln -c Release --no-restore \ No newline at end of file