Skip to content

Commit

Permalink
REVERT: Remove dependencies BuildCommit.txt and BuildDate.txt.
Browse files Browse the repository at this point in the history
- These files are generated by Git and Git does not yet work on GH Actions.
  • Loading branch information
Michael Mell committed Mar 6, 2024
1 parent ec9cc64 commit bd07056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 3 additions & 6 deletions ATxService/ATxService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="..\Resources\BuildCommit.txt">
<Link>Resources\BuildCommit.txt</Link>
</None>
<None Include="..\Resources\BuildDate.txt">
<Link>Resources\BuildDate.txt</Link>
</None>
<Content Include="..\Resources\Mail-Templates\DiskSpace-Low.txt">
<Link>Mail-Templates\DiskSpace-Low.txt</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand All @@ -167,6 +161,9 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
Expand Down
6 changes: 0 additions & 6 deletions ATxTray/ATXTray.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="..\Resources\BuildCommit.txt">
<Link>Resources\BuildCommit.txt</Link>
</Content>
<Content Include="..\Resources\BuildDate.txt">
<Link>Resources\BuildDate.txt</Link>
</Content>
<Content Include="IconDefault.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit bd07056

Please sign in to comment.