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

test_old_branch
Jérémy Mouyon 12 months ago
parent ae90872206
commit 80aa267de5

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

Loading…
Cancel
Save