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

test_old_branch
Jérémy Mouyon 1 year ago
parent 10883abf16
commit d1143ee266

@ -7,8 +7,15 @@ trigger:
- push
steps:
- name: build
- name: build_docnet
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
- name: build_maui
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet8-maui:latest
commands:
- cd ./Qwirkle
- dotnet restore Qwirkle.sln

Loading…
Cancel
Save