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

Loading…
Cancel
Save