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

master
Lilian BRETON 2 years ago
parent dd8dbedf70
commit ab0713dac6

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

Loading…
Cancel
Save