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:
parent
a03eac7e1b
commit
336e29075f
1 changed files with 4 additions and 2 deletions
|
@ -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/**",
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue