Skip to content

Commit 52b27e0

Browse files
committed
Fixing PostSharp GitHub product definitions.
1 parent d620a18 commit 52b27e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public PostSharpDependencyDefinition()
2828
: base(
2929
Family,
3030
"PostSharpPackage",
31-
$"release/{Family.Version}",
31+
$"refs/heads/release/{Family.Version}",
3232
null,
3333
new AzureDevOpsRepository( _projectName, _projectName ),
3434
new CiProjectConfiguration(

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public PostSharpDependencyDefinition()
2626
: base(
2727
Family,
2828
"PostSharpPackage",
29-
$"release/{Family.Version}",
29+
$"refs/heads/release/{Family.Version}",
3030
null,
3131
new GitHubRepository( _projectName, _projectName ),
3232
new CiProjectConfiguration(

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public PostSharpDependencyDefinition()
2525
: base(
2626
Family,
2727
"PostSharpPackage",
28-
$"release/{Family.Version}",
28+
$"refs/heads/release/{Family.Version}",
2929
null,
3030
new GitHubRepository( _projectName, _projectName ),
3131
new CiProjectConfiguration(

0 commit comments

Comments
 (0)