diff --git a/.drone.yml b/.drone.yml index 2977f94..f7009aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: dotnet-test image: mcr.microsoft.com/dotnet/sdk:10.0 - commands: + commands: - dotnet restore MidrandBooksApi.slnx - dotnet test MidrandBooksApi.slnx -c Release --no-restore