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

master
Lilian BRETON 2 years ago
parent 4650b006d9
commit 736022e2d5

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

Loading…
Cancel
Save