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

master
Lilian BRETON 2 years ago
parent 736022e2d5
commit 37708f2bb1

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

Loading…
Cancel
Save