mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: remove accidentally committed code
This commit is contained in:
parent
89d6481ddb
commit
cb5b9fde8b
1 changed files with 0 additions and 18 deletions
|
|
@ -61,25 +61,7 @@
|
|||
</Exec>
|
||||
</Target>
|
||||
|
||||
<Target Name="SetSourceRevisionTimestamp" BeforeTargets="InitializeSourceControlInformation">
|
||||
<Exec Command="git show --no-patch --format=%at $(git rev-parse HEAD) > ../.versionts" IgnoreExitCode="False">
|
||||
</Exec>
|
||||
</Target>
|
||||
|
||||
<Target Name="SetSourceIsDev" BeforeTargets="InitializeSourceControlInformation">
|
||||
<Exec Command="(git diff-index --quiet HEAD -- && echo 1) > ../.versiondev" IgnoreExitCode="True">
|
||||
</Exec>
|
||||
</Target>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\.version" LogicalName="version" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\.versionts" LogicalName="versionts" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\.versiondev" LogicalName="versiondev" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue