add separate test for publish layout
This commit is contained in:
parent
586acf4210
commit
f2bf60d06f
8 changed files with 73 additions and 0 deletions
|
@ -25,6 +25,15 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
|
||||
public static readonly dynamic[] Projects = new[]
|
||||
{
|
||||
new
|
||||
{
|
||||
Name = "PackageWithFakeNativeDep",
|
||||
IsTool = false,
|
||||
Path = "TestAssets/TestPackages/PackageWithFakeNativeDep",
|
||||
IsApplicable = new Func<bool>(() => true),
|
||||
VersionSuffix = s_testPackageBuildVersionSuffix,
|
||||
Clean = true
|
||||
},
|
||||
new
|
||||
{
|
||||
Name = "dotnet-dependency-context-test",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue