Skip to content

Commit

Permalink
Merge 6d5d9c9 into 42b5fc4
Browse files Browse the repository at this point in the history
  • Loading branch information
berryzplus authored Jun 18, 2023
2 parents 42b5fc4 + 6d5d9c9 commit 1d0215a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sakura/githash.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@
<SetEnv name="NUM_VSVERSION" value="$(VsVersion)" prefix="false" />
<Exec Command="..\sakura\githash.bat ..\sakura_core $(GeneratedGitHash)" />
</Target>
<Target Name="CleanGitHash" BeforeTargets="CoreClean">
<!-- Add files to @Clean just before running CoreClean. -->
<ItemGroup>
<Clean Include="$(GeneratedGitHash)" />
</ItemGroup>
</Target>
</Project>

0 comments on commit 1d0215a

Please sign in to comment.