mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 19:37:44 +01:00
chore: output assembly ver for builds
This commit is contained in:
parent
c4a4b873d3
commit
2f4efe4e50
2 changed files with 8 additions and 9 deletions
|
|
@ -109,6 +109,13 @@
|
|||
<ContentWithTargetPath Include="$(ProjectRuntimeConfigFilePath)" CopyToOutputDirectory="PreserveNewest" TargetPath="$(ProjectRuntimeConfigFileName)" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<Target Name="TempWriteAssemblyVersion" BeforeTargets="CoreCompile">
|
||||
<PropertyGroup>
|
||||
<TempAssemblyNameFile>$(OutputPath)TEMP_assver.txt</TempAssemblyNameFile>
|
||||
</PropertyGroup>
|
||||
<Exec Command="echo $(DalamudVersion) > $(TempAssemblyNameFile)" />
|
||||
</Target>
|
||||
|
||||
<Target Name="GetGitHash" BeforeTargets="WriteGitHash" Condition="'$(BuildHash)' == ''">
|
||||
<PropertyGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue