We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80fde3 commit 71beef5Copy full SHA for 71beef5
LibGit2Sharp/LibGit2Sharp.csproj
@@ -29,6 +29,10 @@
29
<IsTrimmable>true</IsTrimmable>
30
</PropertyGroup>
31
32
+ <PropertyGroup Condition="'$(IS_BRANCH_BUILD)' != 'true'">
33
+ <MinVerDefaultPreReleaseIdentifiers>octopus.0</MinVerDefaultPreReleaseIdentifiers>
34
+ </PropertyGroup>
35
+
36
<PropertyGroup Condition="'$(IS_BRANCH_BUILD)' == 'true'">
37
<MinVerDefaultPreReleaseIdentifiers>octopus-$(BRANCH_PRE_RELEASE_ID)</MinVerDefaultPreReleaseIdentifiers>
38
<MinVerIgnoreHeight>true</MinVerIgnoreHeight>
0 commit comments