Skip to content

Commit 7b9d5f3

Browse files
use BUILD_ARTIFACTSTAGINGDIRECTORY so logs can be uploaded
1 parent 15c9918 commit 7b9d5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PowerShellEditorServices.Test.E2E/TestsFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class TestsFixture : IAsyncLifetime
2828
$"pses_test_sessiondetails_{Path.GetRandomFileName()}");
2929

3030
private readonly static string s_logPath = Path.Combine(
31-
s_binDir,
31+
Environment.GetEnvironmentVariable("BUILD_ARTIFACTSTAGINGDIRECTORY") ?? s_binDir,
3232
$"pses_test_logs_{Path.GetRandomFileName()}");
3333

3434
const string s_logLevel = "Diagnostic";

0 commit comments

Comments
 (0)