Skip to content

Commit 016f264

Browse files
committed
Template fixed.
1 parent 59d83fb commit 016f264

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

eng/src/Program.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@
22

33
using PostSharp.Engineering.BuildTools;
44
using PostSharp.Engineering.BuildTools.Build.Model;
5-
using PostSharp.Engineering.BuildTools.Build.Solutions;
65
using PostSharp.Engineering.BuildTools.Dependencies.Definitions;
76
using Spectre.Console.Cli;
87
using Dependencies = PostSharp.Engineering.BuildTools.Dependencies.Definitions.TemplateDependencies;
98

109
var product = new Product( Dependencies.MyProduct )
1110
{
12-
Solutions = new Solution[]
13-
{
14-
new DotNetSolution( "src\\My.Product.sln" )
15-
},
1611
PublicArtifacts = Pattern.Create( "My.Product.$(PackageVersion).nupkg" ),
17-
Dependencies = new[] { DevelopmentDependencies.PostSharpEngineering, MetalamaDependencies.V2023_3.Metalama }
12+
Dependencies = new[] { DevelopmentDependencies.PostSharpEngineering }
1813
};
1914

2015
var commandApp = new CommandApp();

0 commit comments

Comments
 (0)