Skip to content

Commit c4fd41b

Browse files
committed
Don't ignore bumping on non-version products.
1 parent dd1d941 commit c4fd41b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/PostSharp.Engineering.BuildTools/Build/Bumping/BumpCommand.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ private static bool Execute( BuildContext context, BumpSettings settings )
2222
var product = context.Product;
2323
var console = context.Console;
2424

25-
if ( !product.DependencyDefinition.IsVersioned )
26-
{
27-
console.WriteWarning( "Ignoring the version bumping because this product is not versioned." );
28-
29-
return true;
30-
}
31-
3225
console.WriteHeading( $"Bumping the '{product.ProductName}' version" );
3326

3427
var developmentBranch = product.DependencyDefinition.Branch;

0 commit comments

Comments
 (0)