Skip to content

Commit 5449118

Browse files
committed
Deterministic CI-builds
1 parent 7e29252 commit 5449118

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/JsonApiDotNetCore.MongoDb/JsonApiDotNetCore.MongoDb.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<DebugType>embedded</DebugType>
2222
</PropertyGroup>
2323

24+
<PropertyGroup Condition="'$(APPVEYOR)' != ''">
25+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
26+
</PropertyGroup>
27+
2428
<ItemGroup>
2529
<None Include="..\..\logo.png" Visible="false" Pack="True" PackagePath="" />
2630
<None Include="..\..\PackageReadme.md" Visible="false" Pack="True" PackagePath="" />

0 commit comments

Comments
 (0)