modification CI
continuous-integration/drone/push Build is failing Details

devGuillaume
Guillaume REY 2 years ago
parent 376815173e
commit 817235550a

@ -16,11 +16,11 @@ steps:
- dotnet publish Ohara/Ohara.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net7.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk
- name: tests
image: mcr.microsoft.com/dotnet/sdk:7.0
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
commands:
- cd Sources/
- dotnet restore Ohara.sln
- dotnet test Ohara.sln --no-restore
- dotnet test Ohara.sln --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0
depends_on: [build]

Loading…
Cancel
Save