diff --git a/.drone.yml b/.drone.yml index 246841a..2bd067a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,9 @@ trigger: steps: - name: build - image: mcr.microsoft.com/dotnet/sdk:6.0 - commands: - - cd ../ + image: mcr.microsoft.com/dotnet/sdk:6.0 + commands: + - cd ../ - dotnet restore myBlazorApp.sln - dotnet build myBlazorApp.sln -c Release --no-restore