diff --git a/.drone.yml b/.drone.yml index 2bd067a..82adb06 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,8 @@ steps: image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - cd ../ - - dotnet restore myBlazorApp.sln - - dotnet build myBlazorApp.sln -c Release --no-restore + - dotnet restore myBlazorApp.sln + - dotnet build myBlazorApp.sln -c Release --no-restore - name: tests