Skip to content

Commit 34097cd

Browse files
author
William Li
authored
Node reuse salt fix (#3794)
1 parent e48fd67 commit 34097cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.TestFramework/TestContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void AddTestEnvironmentVariables(SdkCommandSpec command)
6060
command.Environment["GenerateResourceMSBuildRuntime"] = "CurrentRuntime";
6161

6262
// Use distinct nodes for test environment
63-
command.Environment["MSBUILDNODEHANDSHAKESALT "] = "Test Environment for dotnet/sdk";
63+
command.Environment["MSBUILDNODEHANDSHAKESALT"] = "Test Environment for dotnet/sdk";
6464

6565
ToolsetUnderTest.AddTestEnvironmentVariables(command);
6666
}

0 commit comments

Comments
 (0)