Skip to content

Commit e9181b1

Browse files
committed
Fixing package source mapping for PostSharp.
1 parent 15d9319 commit e9181b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public PostSharpDependencyDefinition()
4040
false )
4141
{
4242
this.EngineeringDirectory = @"Build\Distribution\eng";
43-
this.PackagePatterns = ["PostSharp", "PostSharp.*"];
43+
this.PackagePatterns = ["PostSharp", "PostSharp.Redist", "PostSharp.Compiler.*", "PostSharp.Patterns.*", "PostSharp.Settings.*"];
4444
}
4545
}
4646

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public PostSharpDependencyDefinition()
4040
false )
4141
{
4242
this.EngineeringDirectory = @"Build\Distribution\eng";
43-
this.PackagePatterns = ["PostSharp", "PostSharp.*"];
43+
this.PackagePatterns = ["PostSharp", "PostSharp.Redist", "PostSharp.Compiler.*", "PostSharp.Patterns.*", "PostSharp.Settings.*"];
4444
}
4545
}
4646

0 commit comments

Comments
 (0)