diff --git a/.drone.yml b/.drone.yml index 932b60d..cf80b6b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker name: build steps: - - name: Build .Net image + - name: Build .Net image image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - apt-get update && apt-get install -y zip