From 28470549fb2f358ee267e370338c346cb423a4d3 Mon Sep 17 00:00:00 2001 From: Remi LAVERGNE Date: Mon, 5 Jun 2023 10:17:52 +0200 Subject: [PATCH 1/3] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 64378c9..45f1c95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - cd GameAtlas/ - dotnet restore GameAtlas.sln - - dotnet build GameAtlas.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 + - dotnet build GameAtlas.sln -c Release --no-restore - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest From 74490e8b3d27fedad274ce41bef551b8629fed48 Mon Sep 17 00:00:00 2001 From: Remi LAVERGNE Date: Mon, 5 Jun 2023 10:21:52 +0200 Subject: [PATCH 2/3] Test debug Drone --- GameAtlas/GameAtlas/GameAtlas.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj b/GameAtlas/GameAtlas/GameAtlas.csproj index 94c171c..6c9eff6 100644 --- a/GameAtlas/GameAtlas/GameAtlas.csproj +++ b/GameAtlas/GameAtlas/GameAtlas.csproj @@ -3,8 +3,6 @@ - True - C:\Apps\GameAtlas net7.0-android $(TargetFrameworks);net7.0-windows10.0.19041.0 From ebbec47050cfbf67846a233df0c671eb777b4a40 Mon Sep 17 00:00:00 2001 From: Remi LAVERGNE Date: Mon, 5 Jun 2023 10:36:13 +0200 Subject: [PATCH 3/3] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 45f1c95..64378c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - cd GameAtlas/ - dotnet restore GameAtlas.sln - - dotnet build GameAtlas.sln -c Release --no-restore + - dotnet build GameAtlas.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest