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

DataBinding
Matheo HERSAN 2 years ago
parent f6d7345ea4
commit 9347aa7a8b

@ -9,15 +9,12 @@ trigger:
steps: steps:
- name: build - name: build
image: mcr.microsoft.com/dotnet/sdk:7.0 image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
volumes:
- name: Documentation
path: /Documentation
commands: commands:
- cd MangaMap/ - cd MangaMap/
- dotnet restore MangaMap.sln - dotnet restore MangaMap.sln
- dotnet build MangaMap.sln -c Release --no-restore - dotnet build MangaMap.sln -c Release --no-restore
- dotnet publish SolutionTest.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - dotnet publish MangaMap.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
- name: tests - name: tests
image: mcr.microsoft.com/dotnet/sdk:7.0 image: mcr.microsoft.com/dotnet/sdk:7.0
@ -56,9 +53,3 @@ steps:
event: event:
- push - push
depends_on: [ build, tests ] depends_on: [ build, tests ]
volumes:
- name: docs
temp: {}
Loading…
Cancel
Save