Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

test_old_branch
Jérémy Mouyon 12 months ago
parent e2da2af841
commit 154e9aea55

@ -11,6 +11,6 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
commands: commands:
- cd ./Qwirkle - cd ./Qwirkle
- dotnet restore Qwirkle.sln - dotnet restore QwirkleWithoutMaui.sln
- dotnet build Qwirkle.sln -c Release --no-restore - dotnet build QwirkleWithoutMaui.sln -c Release --no-restore
- dotnet publish Qwirkle.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - dotnet publish QwirkleWithoutMaui.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
Loading…
Cancel
Save