From e48e417f2a13e86e29354f17958607cdae04c403 Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Thu, 3 Aug 2023 13:54:51 +0200 Subject: [PATCH] PckStudio.csproj - Added Target to zip Beta build after compilation --- PCK-Studio/PckStudio.csproj | 94 +++++++++++++++++++++---------------- 1 file changed, 54 insertions(+), 40 deletions(-) diff --git a/PCK-Studio/PckStudio.csproj b/PCK-Studio/PckStudio.csproj index 7e8ff7f0..493e3a52 100644 --- a/PCK-Studio/PckStudio.csproj +++ b/PCK-Studio/PckStudio.csproj @@ -1,5 +1,5 @@  - + preview @@ -18,45 +18,6 @@ false true - - - - - - - - - - $(GitHash) - $(GitBranch) - - - - - - $(IntermediateOutputPath)GitAssemblyInfo.cs - - - - - - - - - <_Parameter1>GitHash - <_Parameter2>$(BuildHash) - - - <_Parameter1>GitBranch - <_Parameter2>$(BuildBranch) - - - - - - - - Debug AnyCPU @@ -798,4 +759,57 @@ --> + + + + + + + + + + + + $(GitHash) + $(GitBranch) + + + + + + $(IntermediateOutputPath)GitAssemblyInfo.cs + + + + + + + + + <_Parameter1>GitHash + <_Parameter2>$(BuildHash) + + + <_Parameter1>GitBranch + <_Parameter2>$(BuildBranch) + + + + + + + + + + + + + $([System.DateTime]::Now.ToString('yyyy-MM-dd')) + + + + \ No newline at end of file