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 e48fd67 commit 34097cdCopy full SHA for 34097cd
src/Tests/Microsoft.NET.TestFramework/TestContext.cs
@@ -60,7 +60,7 @@ public void AddTestEnvironmentVariables(SdkCommandSpec command)
60
command.Environment["GenerateResourceMSBuildRuntime"] = "CurrentRuntime";
61
62
// Use distinct nodes for test environment
63
- command.Environment["MSBUILDNODEHANDSHAKESALT "] = "Test Environment for dotnet/sdk";
+ command.Environment["MSBUILDNODEHANDSHAKESALT"] = "Test Environment for dotnet/sdk";
64
65
ToolsetUnderTest.AddTestEnvironmentVariables(command);
66
}
0 commit comments