From 591c71ff70c7498f69209592a206dda72d5ad790 Mon Sep 17 00:00:00 2001 From: Mateusz Noga-Wojtania <44415151+MatteoDelOmbra@users.noreply.github.com> Date: Wed, 4 Feb 2026 12:44:59 +0100 Subject: [PATCH 1/3] Update package version to 1.9.0 --- FrendsTaskTemplate.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrendsTaskTemplate.csproj b/FrendsTaskTemplate.csproj index 806d96d..2aa086b 100644 --- a/FrendsTaskTemplate.csproj +++ b/FrendsTaskTemplate.csproj @@ -2,7 +2,7 @@ Template - 1.8.0 + 1.9.0 frendstasktemplate Frends Task template Frends From 25edd1385152ce0125c67fda280b705ab891442b Mon Sep 17 00:00:00 2001 From: Mateusz Noga-Wojtania <44415151+MatteoDelOmbra@users.noreply.github.com> Date: Wed, 4 Feb 2026 12:47:40 +0100 Subject: [PATCH 2/3] Include .env file in test project configuration Add .env file to project output directory --- .../Frends.Echo.Execute.Tests.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Frends.Template/Frends.Echo.Execute/Frends.Echo.Execute.Tests/Frends.Echo.Execute.Tests.csproj b/Frends.Template/Frends.Echo.Execute/Frends.Echo.Execute.Tests/Frends.Echo.Execute.Tests.csproj index 40e9555..cbfc3c9 100644 --- a/Frends.Template/Frends.Echo.Execute/Frends.Echo.Execute.Tests/Frends.Echo.Execute.Tests.csproj +++ b/Frends.Template/Frends.Echo.Execute/Frends.Echo.Execute.Tests/Frends.Echo.Execute.Tests.csproj @@ -9,6 +9,10 @@ + + + + From e39f966a0b4ab44c28aeec03c9fed0611d5112ce Mon Sep 17 00:00:00 2001 From: Mateusz Noga-Wojtania <44415151+MatteoDelOmbra@users.noreply.github.com> Date: Wed, 4 Feb 2026 12:59:42 +0100 Subject: [PATCH 3/3] Modify .env inclusion condition in project file Add condition to include .env file only if it exists. --- .../Frends.Echo.Execute.Tests/Frends.Echo.Execute.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frends.Template/Frends.Echo.Execute/Frends.Echo.Execute.Tests/Frends.Echo.Execute.Tests.csproj b/Frends.Template/Frends.Echo.Execute/Frends.Echo.Execute.Tests/Frends.Echo.Execute.Tests.csproj index cbfc3c9..705f668 100644 --- a/Frends.Template/Frends.Echo.Execute/Frends.Echo.Execute.Tests/Frends.Echo.Execute.Tests.csproj +++ b/Frends.Template/Frends.Echo.Execute/Frends.Echo.Execute.Tests/Frends.Echo.Execute.Tests.csproj @@ -10,7 +10,7 @@ - +