From 685ec69a4707dd8b1faf2a81433da74521596065 Mon Sep 17 00:00:00 2001 From: phx-mpascale Date: Thu, 19 May 2022 17:07:34 -0400 Subject: [PATCH] Attempt #4 to build .net dlls on build boxes. --- PythonLogging/PythonLogging.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PythonLogging/PythonLogging.csproj b/PythonLogging/PythonLogging.csproj index d466d11..14f1d08 100644 --- a/PythonLogging/PythonLogging.csproj +++ b/PythonLogging/PythonLogging.csproj @@ -8,19 +8,19 @@ - ..\dlls\ + ../dlls/ AnyCPU false - ..\dlls\PythonLogging.xml + ../dlls/PythonLogging.xml true - ..\dlls\ + ../dlls/ AnyCPU false - ..\dlls\PythonLogging.xml + ../dlls/PythonLogging.xml true @@ -31,7 +31,7 @@ - ..\.venv\Lib\site-packages\pythonnet\runtime\Python.Runtime.dll + ../.venv/Lib/site-packages/pythonnet/runtime/Python.Runtime.dll