Update '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

master
Lilian BRETON 2 years ago
parent e82cf089fd
commit 4650b006d9

@ -6,12 +6,12 @@ trigger:
- push
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- cd ../
- dotnet restore myBlazorApp.sln
- dotnet build myBlazorApp.sln -c Release --no-restore
- name: build
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- cd ../
- dotnet restore myBlazorApp.sln
- dotnet build myBlazorApp.sln -c Release --no-restore
- name: tests

Loading…
Cancel
Save