diff --git a/.drone.yml b/.drone.yml index d5118ba..32b9e4a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,6 @@ steps: image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - cd ./Qwirkle - - dotnet restore Qwirkle.sln - - dotnet build Qwirkle.sln -c Release --no-restore - - dotnet publish Qwirkle.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release \ No newline at end of file + - dotnet restore QwirkleWithoutMaui.sln + - dotnet build QwirkleWithoutMaui.sln -c Release --no-restore + - dotnet publish QwirkleWithoutMaui.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release \ No newline at end of file