File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
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.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 >
You can’t perform that action at this time.
0 commit comments