diff --git a/.drone.yml b/.drone.yml index 94312e2..da12596 100755 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: build image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - - cd Sources + - cd Blazor - dotnet restore Blazor.sln - dotnet build Blazor.sln -c Release --no-restore - dotnet publish Blazor.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release