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

TestUnitaire^2
remrem 2 years ago
parent 0165d4e131
commit 11b89fefce

@ -22,7 +22,7 @@ steps:
- cd ParionsCuite - cd ParionsCuite
- dotnet restore ParionsCuite.sln - dotnet restore ParionsCuite.sln
- dotnet build ParionsCuite.sln -c Debug --no-restore - dotnet build ParionsCuite.sln -c Debug --no-restore
- dotnet publish ParionsCuite.sln -c Debug --no-restore -o $CI_PROJECT_DIR/build/release - dotnet publish ParionsCuite.sln -c Debug --no-restore -o $CI_PROJECT_DIR/build/debug
- name: tests - name: tests
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
commands: commands:

Loading…
Cancel
Save