test CI 5
continuous-integration/drone/push Build is failing Details

pull/29/head
Maxime ROCHER 3 months ago
parent cf739c6b2e
commit 050fdcff63

@ -31,10 +31,11 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:6.0 image: mcr.microsoft.com/dotnet/sdk:6.0
commands: commands:
- cd WF-WebAdmin/WF-WebAdmin - cd WF-WebAdmin/WF-WebAdmin
# Lancer la build avec les analyzers pour détecter d'éventuelles alertes - dotnet restore WF-WebAdmin.csproj
- dotnet build WF-WebAdmin.csproj -c Release --no-restore /p:RunAnalyzers=true - dotnet build WF-WebAdmin.csproj -c Release /p:RunAnalyzers=true
depends_on: [build] depends_on: [build]
- name: docker_build - name: docker_build
image: plugins/docker image: plugins/docker
settings: settings:

Loading…
Cancel
Save