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

master
Lilian BRETON 2 years ago
parent aa6ba2e04a
commit e82cf089fd

@ -6,12 +6,12 @@ trigger:
- push - push
steps: 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 ../
- dotnet restore myBlazorApp.sln - dotnet restore myBlazorApp.sln
- dotnet build myBlazorApp.sln -c Release --no-restore - dotnet build myBlazorApp.sln -c Release --no-restore
- name: tests - name: tests

Loading…
Cancel
Save