Adding MSTest to the exclusion list of project.json because some test projects still depend on it and they are build with pj stage0.

This commit is contained in:
Livar Cunha 2016-11-03 17:05:20 -07:00
parent a03eac7e1b
commit 336e29075f

View file

@ -12,7 +12,8 @@
"commands/dotnet-new/CSharp_Web.zip",
"commands/dotnet-new/CSharp_nunittest.zip",
"commands/dotnet-new/FSharp_Console.zip",
"commands/dotnet-new/FSharp_Lib.zip"
"commands/dotnet-new/FSharp_Lib.zip",
"commands/dotnet-new/CSharp_Mstest.zip"
]
},
"compile": {
@ -24,7 +25,8 @@
"commands/dotnet-new/CSharp_MSBuild/**",
"commands/dotnet-new/FSharp_Lib/**",
"commands/dotnet-new/CSharp_xunittest/**",
"commands/dotnet-new/CSharp_nunittest/**"
"commands/dotnet-new/CSharp_nunittest/**",
"commands/dotnet-new/CSharp_Mstest/**",
]
}
},