Skip to content

Commit

Permalink
Fix Systemd/Launchd config placement (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
paveliak authored Sep 8, 2024
1 parent bb5023b commit 8287001
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build/repo.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
<DefineConstants>_WINDOWS</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(RuntimeIdentifier.StartsWith('linux'))">
<DefineConstants>_SYSTEMD</DefineConstants>
<DefineConstants>_LINUX</DefineConstants>
<DefineConstants>_LINUX;_SYSTEMD</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(RuntimeIdentifier.StartsWith('osx'))">
<DefineConstants>_LAUNCHD</DefineConstants>
<DefineConstants>_OSX</DefineConstants>
<DefineConstants>_OSX;_LAUNCHD</DefineConstants>
</PropertyGroup>
<ItemGroup>
<DotNetCoreRuntime Include="$(MicrosoftNETCoreAppPackageVersion)" />
Expand Down

0 comments on commit 8287001

Please sign in to comment.