commit
continuous-integration/drone/push Build is failing Details

pull/2/head
Victor Perez NGOUNOU 2 years ago
parent b9e13f3e55
commit bbe2bd58ab

@ -8,7 +8,7 @@ trigger:
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:6.0
image: mcr.microsoft.com/dotnet/sdk:7.0
volumes:
- name: docs
path: /docs
@ -27,7 +27,7 @@ steps:
depends_on: [build]
- name: code-analysis
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet7
commands:
- cd Sources/
- dotnet restore Solution.sln

Loading…
Cancel
Save