diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4468b81 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +kind: pipeline +name: default + +steps: +- name: build + image: mcr.microsoft.com/dotnet/sdk:5.0 + commands: + - cd TOOHOOCardAPI + - dotnet restore TOOHUCardAPI.csproj + - mkdir build + - dotnet build TOOHUCardAPI.csproj -c Release -o build \ No newline at end of file