From 4520ecbe0d14dab711db14cadb9fb7b161ddae7a Mon Sep 17 00:00:00 2001 From: Leni BEAULATON Date: Thu, 3 Apr 2025 10:20:10 +0200 Subject: [PATCH 1/4] =?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 | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.drone.yml b/.drone.yml index 894663d..df1782f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,32 +1,32 @@ -kind: pipeline -type: docker -name: CI_ApiPm +#kind: pipeline +#type: docker +#name: CI_ApiPm -trigger: - event: - - push - branch: - exclude: - - master +#trigger: + # event: +# - push +# branch: +# exclude: + # - master -steps: - - name: retore & build - image: mcr.microsoft.com/dotnet/sdk:8.0 - commands: - - dotnet build WF_EF_Api/WF_EF_Api.sln --configuration Release - depend_on: [clone] +#steps: + # - name: retore & build + # image: mcr.microsoft.com/dotnet/sdk:8.0 + # commands: + # - dotnet build WF_EF_Api/WF_EF_Api.sln --configuration Release + # depend_on: [clone] - - name: test - image: mcr.microsoft.com/dotnet/sdk:8.0 - commands: - - dotnet test WF_EF_Api/XUnitTest/XUnitTest.csproj - depends_on: [retore & build] + # - name: test + # image: mcr.microsoft.com/dotnet/sdk:8.0 + # commands: + # - dotnet test WF_EF_Api/XUnitTest/XUnitTest.csproj + # depends_on: [retore & build] - - name: publish - image: mcr.microsoft.com/dotnet/sdk:8.0 - commands: - - dotnet publish WF_EF_Api/WfApi/WfApi.csproj -c Release -o out - depends_on: [retore & build, test] + # - name: publish + # image: mcr.microsoft.com/dotnet/sdk:8.0 + # commands: + # - dotnet publish WF_EF_Api/WfApi/WfApi.csproj -c Release -o out + # depends_on: [retore & build, test] --- From 20151734110114e258ef95dbee2a839191270ec7 Mon Sep 17 00:00:00 2001 From: Leni BEAULATON Date: Thu, 3 Apr 2025 10:20:55 +0200 Subject: [PATCH 2/4] =?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 | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.drone.yml b/.drone.yml index df1782f..894663d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,32 +1,32 @@ -#kind: pipeline -#type: docker -#name: CI_ApiPm +kind: pipeline +type: docker +name: CI_ApiPm -#trigger: - # event: -# - push -# branch: -# exclude: - # - master +trigger: + event: + - push + branch: + exclude: + - master -#steps: - # - name: retore & build - # image: mcr.microsoft.com/dotnet/sdk:8.0 - # commands: - # - dotnet build WF_EF_Api/WF_EF_Api.sln --configuration Release - # depend_on: [clone] +steps: + - name: retore & build + image: mcr.microsoft.com/dotnet/sdk:8.0 + commands: + - dotnet build WF_EF_Api/WF_EF_Api.sln --configuration Release + depend_on: [clone] - # - name: test - # image: mcr.microsoft.com/dotnet/sdk:8.0 - # commands: - # - dotnet test WF_EF_Api/XUnitTest/XUnitTest.csproj - # depends_on: [retore & build] + - name: test + image: mcr.microsoft.com/dotnet/sdk:8.0 + commands: + - dotnet test WF_EF_Api/XUnitTest/XUnitTest.csproj + depends_on: [retore & build] - # - name: publish - # image: mcr.microsoft.com/dotnet/sdk:8.0 - # commands: - # - dotnet publish WF_EF_Api/WfApi/WfApi.csproj -c Release -o out - # depends_on: [retore & build, test] + - name: publish + image: mcr.microsoft.com/dotnet/sdk:8.0 + commands: + - dotnet publish WF_EF_Api/WfApi/WfApi.csproj -c Release -o out + depends_on: [retore & build, test] --- From 34d6307b4e3cc0a9c0d170624435544cce999847 Mon Sep 17 00:00:00 2001 From: Leni BEAULATON Date: Thu, 3 Apr 2025 10:22:25 +0200 Subject: [PATCH 3/4] =?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 894663d..374a6b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,7 +55,7 @@ steps: - name: test image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - - dotnet test + - dotnet test WF_EF_Api/XUnitTest/XUnitTest.csproj depends_on: [retore & build] - name: generate doc From 8c90ba27214c21b21fa19a7596f948487ff6a4a6 Mon Sep 17 00:00:00 2001 From: Leni BEAULATON Date: Thu, 3 Apr 2025 10:34:35 +0200 Subject: [PATCH 4/4] =?UTF-8?q?Mise=20=C3=A0=20jour=20Swager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WF_EF_Api/ConsoleTest/ConsoleTest.csproj | 1 + WF_EF_Api/Contextlib/Contextlib.csproj | 1 + WF_EF_Api/DTO/DTO.csproj | 1 + WF_EF_Api/Dto2Entities/Dto2Entities.csproj | 1 + WF_EF_Api/Entity/Entity.csproj | 1 + WF_EF_Api/ServicesApi/ServicesApi.csproj | 1 + WF_EF_Api/Shared/Shared.csproj | 1 + WF_EF_Api/StubApi/StubApi.csproj | 1 + WF_EF_Api/StubbedContextLib/StubbedContextLib.csproj | 1 + WF_EF_Api/TestModel2Entities/TestModel2Entities.csproj | 1 + WF_EF_Api/WfApi/WfApi.csproj | 1 + WF_EF_Api/XUnitTest/XUnitTest.csproj | 1 + 12 files changed, 12 insertions(+) diff --git a/WF_EF_Api/ConsoleTest/ConsoleTest.csproj b/WF_EF_Api/ConsoleTest/ConsoleTest.csproj index 73a6de7..ab5c068 100644 --- a/WF_EF_Api/ConsoleTest/ConsoleTest.csproj +++ b/WF_EF_Api/ConsoleTest/ConsoleTest.csproj @@ -13,6 +13,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/WF_EF_Api/Contextlib/Contextlib.csproj b/WF_EF_Api/Contextlib/Contextlib.csproj index 960e394..71fb706 100644 --- a/WF_EF_Api/Contextlib/Contextlib.csproj +++ b/WF_EF_Api/Contextlib/Contextlib.csproj @@ -19,6 +19,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/WF_EF_Api/DTO/DTO.csproj b/WF_EF_Api/DTO/DTO.csproj index 99264a0..eb07bc3 100644 --- a/WF_EF_Api/DTO/DTO.csproj +++ b/WF_EF_Api/DTO/DTO.csproj @@ -11,6 +11,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/WF_EF_Api/Dto2Entities/Dto2Entities.csproj b/WF_EF_Api/Dto2Entities/Dto2Entities.csproj index 7455396..878498d 100644 --- a/WF_EF_Api/Dto2Entities/Dto2Entities.csproj +++ b/WF_EF_Api/Dto2Entities/Dto2Entities.csproj @@ -11,6 +11,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/WF_EF_Api/Entity/Entity.csproj b/WF_EF_Api/Entity/Entity.csproj index 99264a0..eb07bc3 100644 --- a/WF_EF_Api/Entity/Entity.csproj +++ b/WF_EF_Api/Entity/Entity.csproj @@ -11,6 +11,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/WF_EF_Api/ServicesApi/ServicesApi.csproj b/WF_EF_Api/ServicesApi/ServicesApi.csproj index 074190e..c9b2ead 100644 --- a/WF_EF_Api/ServicesApi/ServicesApi.csproj +++ b/WF_EF_Api/ServicesApi/ServicesApi.csproj @@ -11,6 +11,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/WF_EF_Api/Shared/Shared.csproj b/WF_EF_Api/Shared/Shared.csproj index 99264a0..eb07bc3 100644 --- a/WF_EF_Api/Shared/Shared.csproj +++ b/WF_EF_Api/Shared/Shared.csproj @@ -11,6 +11,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/WF_EF_Api/StubApi/StubApi.csproj b/WF_EF_Api/StubApi/StubApi.csproj index 2df8a10..b52caac 100644 --- a/WF_EF_Api/StubApi/StubApi.csproj +++ b/WF_EF_Api/StubApi/StubApi.csproj @@ -11,6 +11,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/WF_EF_Api/StubbedContextLib/StubbedContextLib.csproj b/WF_EF_Api/StubbedContextLib/StubbedContextLib.csproj index 4ae6e1b..d1ff57b 100644 --- a/WF_EF_Api/StubbedContextLib/StubbedContextLib.csproj +++ b/WF_EF_Api/StubbedContextLib/StubbedContextLib.csproj @@ -11,6 +11,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/WF_EF_Api/TestModel2Entities/TestModel2Entities.csproj b/WF_EF_Api/TestModel2Entities/TestModel2Entities.csproj index 99264a0..eb07bc3 100644 --- a/WF_EF_Api/TestModel2Entities/TestModel2Entities.csproj +++ b/WF_EF_Api/TestModel2Entities/TestModel2Entities.csproj @@ -11,6 +11,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/WF_EF_Api/WfApi/WfApi.csproj b/WF_EF_Api/WfApi/WfApi.csproj index 638d2f5..8f836d0 100644 --- a/WF_EF_Api/WfApi/WfApi.csproj +++ b/WF_EF_Api/WfApi/WfApi.csproj @@ -17,6 +17,7 @@ + diff --git a/WF_EF_Api/XUnitTest/XUnitTest.csproj b/WF_EF_Api/XUnitTest/XUnitTest.csproj index 0578038..6fb9876 100644 --- a/WF_EF_Api/XUnitTest/XUnitTest.csproj +++ b/WF_EF_Api/XUnitTest/XUnitTest.csproj @@ -18,6 +18,7 @@ +