Revert "Temporarily remove `dotnet run` argument separator"
This reverts commit 5f9fa5c009.
This commit is contained in:
parent
58cc0bc3f9
commit
7d0770b0e4
|
|
@ -22,9 +22,7 @@ namespace Microsoft.AspNetCore.Server.IntegrationTesting
|
|||
|
||||
// This is the argument that separates the dotnet arguments for the args being passed to the
|
||||
// app being run when running dotnet run
|
||||
// Temporarily remove separator to workaround "dotnet run no longer passes additional arguments
|
||||
// to application" (https://github.com/dotnet/sdk/issues/1118)
|
||||
public static readonly string DotnetArgumentSeparator = "";
|
||||
public static readonly string DotnetArgumentSeparator = "--";
|
||||
|
||||
private readonly Stopwatch _stopwatch = new Stopwatch();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue