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

DataBinding
Matheo HERSAN 2 years ago
parent 99d796dff6
commit a2162b7323

@ -12,9 +12,9 @@ steps:
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
commands:
- cd MangaMap/
- dotnet restore MangaMap.sln
- dotnet build MangaMap.sln -c Debug --no-restore
- dotnet publish MangaMap.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
- dotnet restore MangaMap.sln --framework net7.0
- dotnet build MangaMap.sln -c Debug --no-restore --framework net7.0
- dotnet publish MangaMap.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release --framework net7.0
- name: tests
image: mcr.microsoft.com/dotnet/sdk:7.0

Loading…
Cancel
Save