Update '.drone.yml'
continuous-integration/drone/push Build was killed Details

pull/26/head
Matheo HERSAN 2 years ago
parent f9347b1c51
commit 4c2b734eb1

@ -7,6 +7,12 @@ trigger:
- push
steps:
- name: restore-workloads
image: mcr.microsoft.com/dotnet/sdk:7.0
commands:
- cd MangaMap/
- dotnet workload restore
- name: build
image: mcr.microsoft.com/dotnet/sdk:7.0
volumes:

Loading…
Cancel
Save