diff --git a/.drone.yml b/.drone.yml index f7009aa..1dc09a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ name: build steps: - name: dotnet-build image: mcr.microsoft.com/dotnet/sdk:10.0 - commands: + commands: - dotnet restore MidrandBooksApi.slnx - dotnet build MidrandBooksApi.slnx -c Release