Add Portable Test Package Asset
This commit is contained in:
parent
ae83a73e35
commit
51dcb6063f
5 changed files with 36 additions and 5 deletions
|
@ -16,7 +16,8 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
public static readonly string[] TestPackageProjects = new[]
|
||||
{
|
||||
"dotnet-hello/v1/dotnet-hello",
|
||||
"dotnet-hello/v2/dotnet-hello"
|
||||
"dotnet-hello/v2/dotnet-hello",
|
||||
"dotnet-portable"
|
||||
};
|
||||
|
||||
public static readonly string[] TestProjects = new[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue