modif yml publish
continuous-integration/drone/push Build is passing Details

pull/1/head
Loris OBRY 2 years ago
parent 4589093234
commit 432f0bdfc1

@ -13,4 +13,4 @@ steps:
- cd Sources/ - cd Sources/
- dotnet restore MauiApp1.sln - dotnet restore MauiApp1.sln
- dotnet build MauiApp1.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 - dotnet build MauiApp1.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0
- dotnet publish MauiApp1.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net7.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk - dotnet publish MauiApp1/MauiApp1.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net7.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk
Loading…
Cancel
Save