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 15c9918 commit 7b9d5f3Copy full SHA for 7b9d5f3
test/PowerShellEditorServices.Test.E2E/TestsFixture.cs
@@ -28,7 +28,7 @@ public class TestsFixture : IAsyncLifetime
28
$"pses_test_sessiondetails_{Path.GetRandomFileName()}");
29
30
private readonly static string s_logPath = Path.Combine(
31
- s_binDir,
+ Environment.GetEnvironmentVariable("BUILD_ARTIFACTSTAGINGDIRECTORY") ?? s_binDir,
32
$"pses_test_logs_{Path.GetRandomFileName()}");
33
34
const string s_logLevel = "Diagnostic";
0 commit comments