Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit 7d0770b

Browse files
committed
Revert "Temporarily remove dotnet run argument separator"
This reverts commit 5f9fa5c.
1 parent 58cc0bc commit 7d0770b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Microsoft.AspNetCore.Server.IntegrationTesting/Deployers/ApplicationDeployer.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ public abstract class ApplicationDeployer : IApplicationDeployer
2222

2323
// This is the argument that separates the dotnet arguments for the args being passed to the
2424
// app being run when running dotnet run
25-
// Temporarily remove separator to workaround "dotnet run no longer passes additional arguments
26-
// to application" (https://github.com/dotnet/sdk/issues/1118)
27-
public static readonly string DotnetArgumentSeparator = "";
25+
public static readonly string DotnetArgumentSeparator = "--";
2826

2927
private readonly Stopwatch _stopwatch = new Stopwatch();
3028

0 commit comments

Comments
 (0)