Fix non-windows builds of Microsoft.NETCore.App.
Fix all test project.jsons to be portable apps.
This commit is contained in:
parent
99371436f3
commit
6ae044e5e1
27 changed files with 151 additions and 52 deletions
|
@ -98,7 +98,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
public static BuildTargetResult UpdateTemplateVersions(BuildTargetContext c)
|
||||
{
|
||||
IEnumerable<string> templateFiles = Directory.GetFiles(
|
||||
Path.Combine(Dirs.RepoRoot, @"src\dotnet\commands\dotnet-new"),
|
||||
Path.Combine(Dirs.RepoRoot, "src", "dotnet", "commands", "dotnet-new"),
|
||||
"project.json.pretemplate",
|
||||
SearchOption.AllDirectories);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue