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

test_old_branch
Jérémy Mouyon 1 year ago
parent 1cda4a642b
commit 825ef75557

@ -14,6 +14,7 @@ steps:
- 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
- name: tests
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
@ -21,6 +22,7 @@ steps:
- dotnet restore QwirkleWithoutMaui.sln
- dotnet test QwirkleWithoutMaui --no-restore
depends_on: [build]
- name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
failure: ignore
@ -34,6 +36,7 @@ steps:
- master
event:
- push
depends_on: [build]
steps:
- name: code-inspection

Loading…
Cancel
Save