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

master
Lilian BRETON 3 years ago
parent 486706d61b
commit 46e403c119

@ -3,6 +3,14 @@ type: docker
name: BlazorProject
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- cd myBlazorApp/
- dotnet restore myBlazorApp.sln
- dotnet build myBlazorApp.sln -c Release --no-restore
- name: generate-documentation
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
failure: ignore

Loading…
Cancel
Save