Deleting the clean step of the CI
continuous-integration/drone/push Build encountered an error Details

master
Rémi LAVERGNE 12 months ago
parent 1a7756f955
commit ff464f0ec4

@ -10,12 +10,6 @@ trigger:
- push
steps:
- name: clean
image: mcr.microsoft.com/dotnet/sdk:7.0
commands:
- cd Sources/GameAtlas
- dotnet clean GameAtlas.sln
- name: build-Models
image: mcr.microsoft.com/dotnet/sdk:7.0
commands:

Loading…
Cancel
Save