diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f62f38f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +--- +kind: pipeline +name: run + +trigger: + branch: + - master + +steps: + - name: run + image: mcr.microsoft.com/dotnet/core/sdk:latest + commands: + - dotnet run +