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

test_old_branch
Jérémy Mouyon 1 year ago
parent 2e5330e5a1
commit dc642bb56d

@ -1,7 +1,6 @@
kind: pipeline
type: docker
name: PipelineQwirkle
trigger:
event:
- push
@ -14,6 +13,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
steps:
- name: tests
image: mcr.microsoft.com/dotnet/sdk:8.0
@ -21,7 +21,7 @@ steps:
- cd ./Qwirkle
- dotnet restore QwirkleWithoutMaui.sln
- dotnet test QwirkleWithoutMaui --no-restore
depends_on: [build]
steps:
- name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer

Loading…
Cancel
Save