Skip to content

Commit c8f47e6

Browse files
committed
Deterministic CI-builds
1 parent 5b07abe commit c8f47e6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/JsonApiDotNetCore.OpenApi.Client/JsonApiDotNetCore.OpenApi.Client.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="" />

src/JsonApiDotNetCore.OpenApi/JsonApiDotNetCore.OpenApi.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)