From 900dec2a06980998f7e38b4431984ee9748b6b7e Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Wed, 14 Aug 2024 21:57:40 +0200 Subject: [PATCH] Update Nuke paths in build project configuration Changed the `NukeRootDirectory` and `NukeScriptDirectory` paths to ensure correct directory structure. This update aims to resolve any discrepancies in the build process by pointing to the appropriate directories. --- build/_build.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/_build.csproj b/build/_build.csproj index d3e9cb325..2d782a6fc 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -5,8 +5,8 @@ net8.0 CS0649;CS0169;CA1050;CA1822;CA2211;IDE1006 - .. - .. + ../../build + . 1 true true