Make errors more specific, add support for setting the launch URL for ASP.NET apps
This commit is contained in:
parent
59218f4922
commit
452e642ac7
7 changed files with 73 additions and 27 deletions
|
@ -436,7 +436,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
public void ItPrintsAnErrorWhenLaunchSettingsArCorrupted()
|
||||
public void ItPrintsAnErrorWhenLaunchSettingsAreCorrupted()
|
||||
{
|
||||
var testAppName = "MSBuildTestAppWithCorruptedLaunchSettings";
|
||||
var testInstance = TestAssets.Get(testAppName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue