Skip to content

Commit

Permalink
Pack TestContainers support only in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Nov 22, 2024
1 parent 97d5b8a commit b3d39e0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

<PropertyGroup>
<Description>TestContainers support library for Gremlinq.</Description>
<GitBranch>$([System.IO.File]::ReadAlltext('$(SolutionDir)\.git\HEAD').Replace('ref: refs/heads/', '').Trim())</GitBranch>
<IsPackable>false</IsPackable>
<IsPackable Condition="'$(GitBranch)' == 'main'">true</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b3d39e0

Please sign in to comment.