diff --git a/.drone.yml b/.drone.yml index dba2a6b..5336990 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,6 @@ steps: - cd LOLAPP/ - dotnet restore LOLAPP.sln - dotnet build LOLAPP.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 - -dotnet publish LOLAPP.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release --framework net7.0 - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest