Merge branch 'master' of https://codefirst.iut.uca.fr/git/jeremy.mouyon/sae201_qwirkle
continuous-integration/drone/push Build is passing Details

test_old_branch
Jérémy Mouyon 1 year ago
commit e3fc3965c4

@ -11,7 +11,6 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- cd ./Qwirkle
- dotnet workload install maui-android
- 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
- 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
Loading…
Cancel
Save