Skip to content

Commit

Permalink
Normalize paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 2, 2024
1 parent 00f0190 commit acaeb99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<RootNamespace>GangsImpl</RootNamespace>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<!--CI Configurations-->
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Commands\Commands.csproj"/>
<ProjectReference Include="..\GangsAPI\GangsAPI.csproj"/>
Expand Down

0 comments on commit acaeb99

Please sign in to comment.