We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77aaa2f commit 165e53fCopy full SHA for 165e53f
dotnet/src/Experimental/Process.IntegrationTestRunner.Dapr/ProcessTestFixture.cs
@@ -33,7 +33,7 @@ private async Task StartTestHostAsync()
33
{
34
try
35
36
- string workingDirectory = Path.GetFullPath(Path.Combine(Directory.GetCurrentDirectory(), @"..\..\..\..\Process.IntegrationTestHost.Dapr"));
+ string workingDirectory = Path.GetFullPath(Path.Combine(Directory.GetCurrentDirectory(), @"../../../../Process.IntegrationTestHost.Dapr"));
37
var processStartInfo = new ProcessStartInfo
38
39
FileName = "dapr",
0 commit comments