diff --git a/.drone.yml b/.drone.yml index 9a4a444..e28a7f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,8 @@ steps: commands: - cd Sources/TestPipeline/ - dotnet restore TestPipeline.sln - - dotnet build TestPipeline.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 - - dotnet publish TestPipeline/TestPipeline.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net7.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk + - dotnet build TestPipeline.sln -c Release --no-restore + - dotnet publish TestPipeline.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - name: tests image: mcr.microsoft.com/dotnet/sdk:7.0