File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments