diff --git a/.drone.yml b/.drone.yml index 4434855..808840f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,6 @@ steps: - dotnet restore mastermindSansMaui.sln - dotnet build mastermindSansMaui.sln -c Release --no-restore - dotnet publish mastermindSansMaui.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - depends_on: [restore] - name: tests image: mcr.microsoft.com/dotnet/sdk:8.0 commands: