From d22b4ecd93ac906cd494f5cd7be34e56b42a5db3 Mon Sep 17 00:00:00 2001 From: anperederi Date: Fri, 5 May 2023 14:48:47 +0200 Subject: [PATCH] update of .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index bca19db..fd6f14a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,8 @@ steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - #- cd src/Banquale - #- dotnet restore Banquale.sln + - cd src/Banquale + - dotnet restore Banquale.sln #- dotnet build Banquale.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 #- dotnet publish Banquale/Banquale.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net6.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk # this last line can be replaced by the following one, if you have only one project in your solution: