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

TestUnitaire^2
remrem 2 years ago
parent 03fd8780fa
commit 237d2a1eb3

@ -16,9 +16,9 @@ steps:
- name: build
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
commands:
- cd ParionsCuite
- cd ParionsCuite/ParionsCuite
- dotnet restore ParionsCuite.sln
- dotnet build ParionsCuite.sln -c Release --no-restore
- dotnet build ParionsCuite.sln -c Release --no-restore --platform net7.0
- dotnet publish ParionsCuite.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
- name: tests
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest

Loading…
Cancel
Save