Skip to content

Commit

Permalink
build: add missing build date insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
nanikit committed Dec 18, 2021
1 parent eb6ee84 commit e50ad86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EztransServer.Gui/EztransServer.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
</None>
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="date /t &gt; $(ProjectDir)\Properties\BuildDate.txt" />
</Target>

</Project>

0 comments on commit e50ad86

Please sign in to comment.