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

master
Cedric CHARBONNEL 2 years ago
parent 87fbcf9653
commit 903d194769

@ -17,7 +17,7 @@ steps:
- 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:
- cd LOLAPP/LOLAPP/ - cd LOLAPP/
- dotnet restore LOLAPP.sln - dotnet restore LOLAPP.sln
- dotnet test LOLAPP.sln --logger trx --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect "XPlat Code Coverage" - dotnet test LOLAPP.sln --logger trx --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect "XPlat Code Coverage"
depends_on: [build] depends_on: [build]

Loading…
Cancel
Save