Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

pull/19/head^2
Antoine PEREDERII 2 years ago
parent fc4cdde9a1
commit 82ec20a872

@ -23,7 +23,7 @@ trigger:
steps: steps:
- name: build - name: build
image: mcr.microsoft.com/dotnet/sdk:6.0 image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
volumes: volumes:
- name: Documentation - name: Documentation
path: /Documentation path: /Documentation
@ -35,7 +35,7 @@ steps:
- dotnet publish Banquale.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net6.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk - dotnet publish Banquale.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net6.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk
- name: tests - name: tests
image: mcr.microsoft.com/dotnet/sdk:6.0 image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
commands: commands:
- cd src/Banquale/ - cd src/Banquale/
- dotnet restore Banquale.sln - dotnet restore Banquale.sln

Loading…
Cancel
Save