Skip to content

Commit ae09609

Browse files
committed
Test
1 parent 609ba39 commit ae09609

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,22 @@
2121
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2222
<PackageId>Octopus.LibGit2Sharp</PackageId>
2323
<PackageOutputPath>$(ArtifactsPath)\package</PackageOutputPath>
24+
<MinVerDefaultPreReleaseIdentifiers>octopus-sjc-test-1234</MinVerDefaultPreReleaseIdentifiers>
25+
<MinVerIgnoreHeight>true</MinVerIgnoreHeight>
2426
<MinVerBuildMetadata Condition="'$(libgit2_hash)' != ''">libgit2-$(libgit2_hash.Substring(0,7))</MinVerBuildMetadata>
2527
</PropertyGroup>
2628

2729
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
2830
<IsTrimmable>true</IsTrimmable>
2931
</PropertyGroup>
3032

31-
<PropertyGroup Condition="'$(IS_BRANCH_BUILD)' == ''">
33+
<!-- <PropertyGroup Condition="'$(IS_BRANCH_BUILD)' == ''">
3234
<MinVerDefaultPreReleaseIdentifiers>octopus.0</MinVerDefaultPreReleaseIdentifiers>
3335
</PropertyGroup>
3436
3537
<PropertyGroup Condition="'$(IS_BRANCH_BUILD)' != ''">
36-
<MinVerDefaultPreReleaseIdentifiers>octopus-sjc-test-1234</MinVerDefaultPreReleaseIdentifiers>
37-
<MinVerIgnoreHeight>true</MinVerIgnoreHeight>
38-
</PropertyGroup>
38+
39+
</PropertyGroup> -->
3940

4041
<ItemGroup>
4142
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[2.0.323]" PrivateAssets="none" />

0 commit comments

Comments
 (0)