From d62d215e953b3e22627fa1c3958aba0f806f3bca Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Tue, 9 May 2023 10:09:56 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d467272..1cf5fea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ trigger: steps: - name: build - image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet6-maui:latest volumes: - name: Documentation path: /Documentation @@ -31,7 +31,7 @@ steps: - cd src/Banquale/ # - workload restore - dotnet restore Banquale.sln - - dotnet build Banquale.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/31.0.0 + - 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.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net6.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk - name: tests