Skip to content

Commit f248625

Browse files
committed
Deterministic CI-builds
1 parent 129944f commit f248625

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

src/JsonApiDotNetCore.Annotations/JsonApiDotNetCore.Annotations.csproj

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

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

src/JsonApiDotNetCore.SourceGenerators/JsonApiDotNetCore.SourceGenerators.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<RepositoryUrl>https://github.com/json-api-dotnet/JsonApiDotNetCore</RepositoryUrl>
2424
</PropertyGroup>
2525

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

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