diff --git a/.drone.yml b/.drone.yml index a483bb2..8c6996f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,6 @@ steps: - dotnet restore notus_without_maui.sln - dotnet build notus_without_maui.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 - dotnet publish notus_without_maui.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - depends_on: [clone] - name: tests image: mcr.microsoft.com/dotnet/sdk:7.0