diff --git a/eng/src/Program.cs b/eng/src/Program.cs index 8b662c9..c700432 100644 --- a/eng/src/Program.cs +++ b/eng/src/Program.cs @@ -11,6 +11,7 @@ var product = new Product( TestDependencies.GitHub ) { + ProductName = "PostSharp.Engineering.Test.GitHub", Solutions = new Solution[] { new DotNetSolution( "src\\PostSharp.Engineering.Test.GitHub.sln" ) }, PublicArtifacts = Pattern.Create( "PostSharp.Engineering.Test.GitHub.$(PackageVersion).nupkg" ), Dependencies = new[] { Dependencies.PostSharpEngineering, TestDependencies.TestProduct }, @@ -28,4 +29,4 @@ commandApp.AddProductCommands( product ); -return commandApp.Run( args ); \ No newline at end of file +return commandApp.Run( args );