diff --git a/.drone.yml b/.drone.yml index 246841a..84fd67c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,12 +6,12 @@ trigger: - push steps: - - name: build - image: mcr.microsoft.com/dotnet/sdk:6.0 - commands: - - cd ../ - - dotnet restore myBlazorApp.sln - - dotnet build myBlazorApp.sln -c Release --no-restore + - name: build + image: mcr.microsoft.com/dotnet/sdk:6.0 + commands: + - cd ../ + - dotnet restore myBlazorApp.sln + - dotnet build myBlazorApp.sln -c Release --no-restore - name: tests