diff --git a/.drone.yml b/.drone.yml index 1ef5e8b..9b92382 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,8 +1,7 @@ kind: pipeline name: default steps: -- name: test - image: golang +- name: compile + image: microsoft/dotnet:sdk commands: - - go test - - go build \ No newline at end of file + - dotnet build \ No newline at end of file