Fix : Testing Drone thing
continuous-integration/drone/push Build is failing Details

pull/38/head
Jade VAN BRABANDT 1 year ago
parent 1e2f85db64
commit c4b330ca8b

@ -8,14 +8,14 @@ trigger:
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:6.0
image: mcr.microsoft.com/dotnet/sdk:7.0
commands:
- cd Blazor/
- dotnet restore Blazor.sln
- dotnet build Blazor.sln -c Release --no-restore
- name: tests
image: mcr.microsoft.com/dotnet/sdk:6.0
image: mcr.microsoft.com/dotnet/sdk:7.0
commands:
- cd Blazor/
- dotnet restore Blazor.sln

Loading…
Cancel
Save