From 99f32d32e4eaa681099a01f0f20208e5194e91eb Mon Sep 17 00:00:00 2001 From: Timothy Small Date: Fri, 12 Jan 2024 14:58:55 -0500 Subject: [PATCH] Attempting to fix build/artifact again Did you know? Trying to reference a property that doesn't exist in the target doesn't work. --- src/Tools/CsvImporter/CsvImporter.csproj | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Tools/CsvImporter/CsvImporter.csproj b/src/Tools/CsvImporter/CsvImporter.csproj index 6ec1191..15d2dbe 100644 --- a/src/Tools/CsvImporter/CsvImporter.csproj +++ b/src/Tools/CsvImporter/CsvImporter.csproj @@ -13,7 +13,7 @@ false ..\..\..\artifacts false - ..\..\..\build\CsvImporter + ..\..\..\build @@ -34,13 +34,14 @@ $([System.IO.Path]::GetFullPath('$(BuildOutDir)')) - + + - + + Text="$(MSBuildProjectName) -> $(BuildOutDirAbsolutePath)" />