Skip to content

Commit cceea1d

Browse files
committed
Add <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1 parent b90f759 commit cceea1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gm_dotnet_managed/GmodNET.API/GmodNET.API.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
</PropertyGroup>
23+
24+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
25+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
26+
</PropertyGroup>
2327

2428
<ItemGroup>
2529
<PackageReference Include="GmodNET.VersionTool.MSBuild" Version="2.0.0-alpha.1.41543664.main">

0 commit comments

Comments
 (0)