diff --git a/.drone.yml b/.drone.yml index 1bf677d..def8157 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ 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 - - name: tests + - name: tests image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - cd Sources/