diff --git a/.drone.yml b/.drone.yml index 7fa7e75..deaa7fa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,6 @@ steps: - dotnet build --configuration Release - name: publish - image: mcr.microsoft.com/dotnet/sdk:8.0 - commands: - - dotnet publish -c Release -o out \ No newline at end of file + image: mcr.microsoft.com/dotnet/sdk:8.0 + commands: + - dotnet publish -c Release -o out \ No newline at end of file