Shorten names a bit more, make project names match folder names
This commit is contained in:
parent
ddde45f345
commit
55953f05e3
6 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
|
||||||
[Fact]
|
[Fact]
|
||||||
public void ItSkipsLaunchProfilesWhenThereIsNoUsableDefault()
|
public void ItSkipsLaunchProfilesWhenThereIsNoUsableDefault()
|
||||||
{
|
{
|
||||||
var testAppName = "AppWithLaunchSettingsWithoutDefault";
|
var testAppName = "AppWithLaunchSettingsNoDefault";
|
||||||
var testInstance = TestAssets.Get(testAppName)
|
var testInstance = TestAssets.Get(testAppName)
|
||||||
.CreateInstance()
|
.CreateInstance()
|
||||||
.WithSourceFiles();
|
.WithSourceFiles();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue