Skip to content

Commit 462c097

Browse files
committed
Fixed prepublish for the PostSharp dependency.
1 parent 871b012 commit 462c097

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/PostSharp.Engineering.BuildTools/Dependencies/Definitions/PostSharpDependencies.V2025_1.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public PostSharpDependencyDefinition()
4141
{
4242
this.EngineeringDirectory = @"Build\Distribution\eng";
4343
this.PackagePatterns = ["PostSharp", "PostSharp.Redist", "PostSharp.Compiler.*", "PostSharp.Patterns.*", "PostSharp.Settings.*"];
44+
this.AutoUpdateVersion = false;
4445
}
4546
}
4647

src/PostSharp.Engineering.BuildTools/Dependencies/Definitions/PostSharpDependencies.V2026_0.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public PostSharpDependencyDefinition()
4141
{
4242
this.EngineeringDirectory = @"Build\Distribution\eng";
4343
this.PackagePatterns = ["PostSharp", "PostSharp.Redist", "PostSharp.Compiler.*", "PostSharp.Patterns.*", "PostSharp.Settings.*"];
44+
this.AutoUpdateVersion = false;
4445
}
4546
}
4647

0 commit comments

Comments
 (0)