From 4a5c17fed046e615d9077e37d414a43fe1a20246 Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Wed, 10 May 2023 08:46:28 +0200 Subject: [PATCH 1/9] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 12be9a6..718813b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: commands: - cd ParionsCuite - dotnet restore ParionsCuite.sln - - dotnet build ParionsCuite.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 + - dotnet build ParionsCuite.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: From c7139dd973f9dac3399ab802521d22537a67b5c7 Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Wed, 10 May 2023 08:59:01 +0200 Subject: [PATCH 2/9] Update '.drone.yml' --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 718813b..270e57e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,8 @@ steps: commands: - cd ParionsCuite - dotnet restore ParionsCuite.sln - - dotnet build ParionsCuite.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT + - dotnet build ParionsCuite.sln -c Release --no-restore + - dotnet publish ParionsCuite.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: From 79fccd2171a1949a4b1108c80703769805ad2482 Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Wed, 10 May 2023 09:11:19 +0200 Subject: [PATCH 3/9] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 270e57e..9a7cd0d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,8 +21,8 @@ steps: commands: - cd ParionsCuite - dotnet restore ParionsCuite.sln - - dotnet build ParionsCuite.sln -c Release --no-restore - - dotnet publish ParionsCuite.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release + - dotnet build ParionsCuite.sln -c Debug --no-restore + - dotnet publish ParionsCuite.sln -c Debug --no-restore -o $CI_PROJECT_DIR/build/release - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: From e5790d1b5a27ee66cb0cd3822e3fc44551eade06 Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Wed, 10 May 2023 09:20:19 +0200 Subject: [PATCH 4/9] Update 'ParionsCuite/ParionsCuite/ParionsCuite.csproj' --- ParionsCuite/ParionsCuite/ParionsCuite.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ParionsCuite/ParionsCuite/ParionsCuite.csproj b/ParionsCuite/ParionsCuite/ParionsCuite.csproj index 0533930..5f44320 100644 --- a/ParionsCuite/ParionsCuite/ParionsCuite.csproj +++ b/ParionsCuite/ParionsCuite/ParionsCuite.csproj @@ -1,7 +1,7 @@  - net7.0-android;net7.0 + net7.0-maccatalyst/maccatalyst-arm64;netstandard2.0 $(TargetFrameworks);net7.0-windows10.0.19041.0 From 7bb904627bb0c2564ad15a0a60f8df70f8f57538 Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Wed, 10 May 2023 09:26:02 +0200 Subject: [PATCH 5/9] Update 'ParionsCuite/ParionsCuite/ParionsCuite.csproj' --- ParionsCuite/ParionsCuite/ParionsCuite.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/ParionsCuite/ParionsCuite/ParionsCuite.csproj b/ParionsCuite/ParionsCuite/ParionsCuite.csproj index 5f44320..b8de36a 100644 --- a/ParionsCuite/ParionsCuite/ParionsCuite.csproj +++ b/ParionsCuite/ParionsCuite/ParionsCuite.csproj @@ -5,6 +5,7 @@ $(TargetFrameworks);net7.0-windows10.0.19041.0 + maccatalyst-arm64 Exe ParionsCuite true From 0165d4e1316cfe674750444b7909900beac06c9b Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Wed, 10 May 2023 09:27:19 +0200 Subject: [PATCH 6/9] Update 'ParionsCuite/ParionsCuite/ParionsCuite.csproj' --- ParionsCuite/ParionsCuite/ParionsCuite.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ParionsCuite/ParionsCuite/ParionsCuite.csproj b/ParionsCuite/ParionsCuite/ParionsCuite.csproj index b8de36a..8fc2558 100644 --- a/ParionsCuite/ParionsCuite/ParionsCuite.csproj +++ b/ParionsCuite/ParionsCuite/ParionsCuite.csproj @@ -1,7 +1,7 @@  - net7.0-maccatalyst/maccatalyst-arm64;netstandard2.0 + net7.0-android;net7.0-ios;net7.0-maccatalyst $(TargetFrameworks);net7.0-windows10.0.19041.0 From 11b89fefcec76d5fec32aa0d4f551f967d255f73 Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Wed, 10 May 2023 09:38:51 +0200 Subject: [PATCH 7/9] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9a7cd0d..1b08726 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - cd ParionsCuite - dotnet restore ParionsCuite.sln - dotnet build ParionsCuite.sln -c Debug --no-restore - - dotnet publish ParionsCuite.sln -c Debug --no-restore -o $CI_PROJECT_DIR/build/release + - dotnet publish ParionsCuite.sln -c Debug --no-restore -o $CI_PROJECT_DIR/build/debug - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: From 581642e763cb9fe863d9d555ee8539c21f203335 Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Wed, 10 May 2023 09:49:27 +0200 Subject: [PATCH 8/9] Update '.drone.yml' --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1b08726..8331e07 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,10 +19,11 @@ steps: - name: Documentation path: /Documentation commands: + - git checkout Modele - cd ParionsCuite - dotnet restore ParionsCuite.sln - - dotnet build ParionsCuite.sln -c Debug --no-restore - - dotnet publish ParionsCuite.sln -c Debug --no-restore -o $CI_PROJECT_DIR/build/debug + - dotnet build ParionsCuite.sln -c Release --no-restore + - dotnet publish ParionsCuite.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: From 60075c08e3c401c5052a7dde23de56da55047dd8 Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Wed, 10 May 2023 10:17:14 +0200 Subject: [PATCH 9/9] Update '.drone.yml' --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8331e07..270e57e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,6 @@ steps: - name: Documentation path: /Documentation commands: - - git checkout Modele - cd ParionsCuite - dotnet restore ParionsCuite.sln - dotnet build ParionsCuite.sln -c Release --no-restore