Skip to content

Commit

Permalink
Enable deterministic builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool committed May 9, 2021
1 parent 785da52 commit 6d4b407
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Flurl.Http/Flurl.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<PropertyGroup Condition="'$(APPVEYOR)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\Flurl.xml</DocumentationFile>
</PropertyGroup>
Expand Down
4 changes: 4 additions & 0 deletions src/Flurl/Flurl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<PropertyGroup Condition="'$(APPVEYOR)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\Flurl.xml</DocumentationFile>
</PropertyGroup>
Expand Down

0 comments on commit 6d4b407

Please sign in to comment.