Skip to content

Commit

Permalink
main is actually called 12.x....
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Nov 22, 2024
1 parent b3d39e0 commit ef023c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<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>
<IsPackable Condition="'$(GitBranch)' == '12.x'">true</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ef023c4

Please sign in to comment.