update project templates for portable app
also fix dotnet run
This commit is contained in:
parent
11e218d341
commit
cc00d9d839
10 changed files with 95 additions and 45 deletions
|
@ -254,6 +254,11 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
return base.ExecuteWithCapturedOutput(args);
|
||||
}
|
||||
|
||||
public string GetPortableOutputName()
|
||||
{
|
||||
return $"{_project.Name}.dll";
|
||||
}
|
||||
|
||||
public string GetOutputExecutableName()
|
||||
{
|
||||
var result = _project.Name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue