Skip to content

Commit 405ad95

Browse files
committed
Lets go
1 parent a358456 commit 405ad95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,18 @@
2121
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2222
<PackageId>Octopus.LibGit2Sharp</PackageId>
2323
<PackageOutputPath>$(ArtifactsPath)\package</PackageOutputPath>
24-
<MinVerDefaultPreReleaseIdentifiers>octopus.0</MinVerDefaultPreReleaseIdentifiers>
2524
<MinVerBuildMetadata Condition="'$(libgit2_hash)' != ''">libgit2-$(libgit2_hash.Substring(0,7))</MinVerBuildMetadata>
2625
</PropertyGroup>
2726

2827
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
2928
<IsTrimmable>true</IsTrimmable>
3029
</PropertyGroup>
3130

32-
<PropertyGroup Condition="'$(IS_BRANCH_BUILD)' != 'false'">
31+
<PropertyGroup Condition="'$(IS_BRANCH_BUILD)' != 'true'">
3332
<MinVerDefaultPreReleaseIdentifiers>octopus.0</MinVerDefaultPreReleaseIdentifiers>
3433
</PropertyGroup>
3534

36-
<PropertyGroup Condition="'$(IS_BRANCH_BUILD)' == 'false'">
35+
<PropertyGroup Condition="'$(IS_BRANCH_BUILD)' == 'true'">
3736
<MinVerDefaultPreReleaseIdentifiers>octopus-$(BRANCH_PRE_RELEASE_ID)</MinVerDefaultPreReleaseIdentifiers>
3837
<MinVerIgnoreHeight>true</MinVerIgnoreHeight>
3938
</PropertyGroup>

0 commit comments

Comments
 (0)