Skip to content

Commit 71beef5

Browse files
committed
More
1 parent f80fde3 commit 71beef5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<IsTrimmable>true</IsTrimmable>
3030
</PropertyGroup>
3131

32+
<PropertyGroup Condition="'$(IS_BRANCH_BUILD)' != 'true'">
33+
<MinVerDefaultPreReleaseIdentifiers>octopus.0</MinVerDefaultPreReleaseIdentifiers>
34+
</PropertyGroup>
35+
3236
<PropertyGroup Condition="'$(IS_BRANCH_BUILD)' == 'true'">
3337
<MinVerDefaultPreReleaseIdentifiers>octopus-$(BRANCH_PRE_RELEASE_ID)</MinVerDefaultPreReleaseIdentifiers>
3438
<MinVerIgnoreHeight>true</MinVerIgnoreHeight>

0 commit comments

Comments
 (0)