From 6cac1b7a1f594f5de091c2d69e9d67b56d8d4f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20K=C3=A4ll=C3=A9n?= Date: Thu, 15 Feb 2024 14:03:15 +0100 Subject: [PATCH] Feature: add a post-clean target to remove temp files generated by Core.csproj --- src/Core/Core.csproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 6d4bbe0e11..7364df3feb 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -30,20 +30,23 @@ $([System.IO.Path]::Combine($(MSBuildProjectDirectory), obj\AssemblyData.Extra.cs)) + $(BaseIntermediateOutputPath)githash.txt - - + + + +