From e0585a2feb7cb5420da40cff7a74c9b5dc5091fa Mon Sep 17 00:00:00 2001 From: goat Date: Sat, 10 Dec 2022 12:00:26 +0100 Subject: [PATCH] chore: don't run git commands for debug builds --- Dalamud/Dalamud.csproj | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index a7bba8340..c861913b0 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -110,7 +110,7 @@ - + $(IntermediateOutputPath)gitver @@ -136,7 +136,7 @@ @(GitVersionClientStructs) - + $(IntermediateOutputPath)CustomAssemblyInfo.cs @@ -159,4 +159,30 @@ + + + + + + $(IntermediateOutputPath)CustomAssemblyInfo.cs + Local build at $([System.DateTime]::Now.ToString(yyyyMMdd-hhmmss)) + + + + + + + + + <_Parameter1>GitHash + <_Parameter2>$(LocalBuildText) + + + <_Parameter1>GitHashClientStructs + <_Parameter2>$(LocalBuildText) + + + + +