diff --git a/.drone.yml b/.drone.yml index a6a56dd..d97216c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - name: tests - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - cd ../ - dotnet restore myBlazorApp.sln