Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

master
Lilian BRETON 2 years ago
parent 3b602d544c
commit 809bb499e2

@ -19,3 +19,4 @@ steps:
- cd myBlazorApp/ - cd myBlazorApp/
- dotnet restore myBlazorApp.sln - dotnet restore myBlazorApp.sln
- dotnet test myBlazorApp.sln --no-restore - dotnet test myBlazorApp.sln --no-restore
depends_on: [build]
Loading…
Cancel
Save