Revert "Temporarily remove `dotnet run` argument separator"

This reverts commit 5f9fa5c009.
This commit is contained in:
Kiran Challa 2017-04-21 15:27:07 -07:00
parent 58cc0bc3f9
commit 7d0770b0e4
1 changed files with 1 additions and 3 deletions

View File

@ -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();