diff --git a/.drone.yml b/.drone.yml index 58fec92..3b90598 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,7 @@ type: docker name: default steps: -- name: test - image: alpine +- name: compile + image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - echo hello - - echo world \ No newline at end of file + - dir \ No newline at end of file