Skip to content

Commit

Permalink
Use DotNet.ReproducibleBuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjarobot committed Dec 2, 2022
1 parent 8170a6b commit c0bf4d1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/FSharp.Text.Docker.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>docker;fsharp</PackageTags>
<Authors>dcurylo</Authors>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
Expand All @@ -28,9 +26,6 @@
</ItemGroup>
<!-- Enable SourceLink and deterministic builds -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
</Project>

0 comments on commit c0bf4d1

Please sign in to comment.