Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

Popup_qui_marche_pas
Jade VAN BRABANDT 2 years ago
parent 0dbff4c4f6
commit 33ec8e51aa

@ -8,7 +8,7 @@ trigger:
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:7.0
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui
volumes:
- name: docs
path: /docs
@ -19,7 +19,7 @@ steps:
- dotnet publish Stim.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release
- name: tests
image: mcr.microsoft.com/dotnet/sdk:7.0
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui
commands:
- cd Sources/
- dotnet restore Stim.sln

Loading…
Cancel
Save