Skip to content

Commit 0e15d75

Browse files
committed
PostSharp.Documentation dependencies.
1 parent 1076ec0 commit 0e15d75

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright (c) SharpCrafters s.r.o. See the LICENSE.md file in the root directory of this repository root for details.
22

33
using JetBrains.Annotations;
4+
using PostSharp.Engineering.BuildTools.Build;
45
using PostSharp.Engineering.BuildTools.ContinuousIntegration;
56
using PostSharp.Engineering.BuildTools.ContinuousIntegration.Model;
67
using PostSharp.Engineering.BuildTools.Dependencies.Model;
@@ -39,5 +40,13 @@ public PostSharpDocumentationDependencyDefinition(
3940

4041
public static DependencyDefinition PostSharpDocumentation { get; } = new PostSharpDocumentationDependencyDefinition(
4142
"PostSharp.Documentation",
42-
VcsProvider.GitHub );
43+
VcsProvider.GitHub )
44+
{
45+
Dependencies =
46+
[
47+
DevelopmentDependencies.PostSharpEngineering.ToDependency(),
48+
V2025_1.PostSharp.ToDependency(
49+
new ConfigurationSpecific<BuildConfiguration>( BuildConfiguration.Release, BuildConfiguration.Release, BuildConfiguration.Release ) )
50+
]
51+
};
4352
}

0 commit comments

Comments
 (0)