diff --git a/.drone.yml b/.drone.yml index 071a5bc..0b73684 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,7 @@ steps: commands: - cd myBlazorApp/ - dotnet restore myBlazorApp.sln - - dotnet build myBlazorApp.sln -c Release --no-restore - + - dotnet build myBlazorApp.sln -c Release --no-restore - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0