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

master
Rémi LAVERGNE 10 months ago
parent 2bab4ce84b
commit 1b5ef4eff5

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

Loading…
Cancel
Save