Skip to content

Commit

Permalink
Try for deterministic build
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEsteban committed May 18, 2024
1 parent 0d054bf commit 691dee9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<Project>
<PropertyGroup>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Authors>DrEsteban</Authors>
<Description>Defer execution of code until the end of the current method.</Description>
<PackageProjectUrl>https://github.com/DrEsteban/DotNetDefer</PackageProjectUrl>
<RepositoryUrl>https://github.com/DrEsteban/DotNetDefer</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>defer;go;golang;dispose;autodispose;idisposable;iasyncdisposable</PackageTags>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

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

0 comments on commit 691dee9

Please sign in to comment.