From 0716fdfa15f5d0c1babc399c1231c944871e1050 Mon Sep 17 00:00:00 2001 From: NikolayPianikov Date: Tue, 22 Feb 2022 17:25:35 +0300 Subject: [PATCH] Do not reset TEAMCITY_VERSION --- TeamCity.VSTest.TestLogger/Options.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TeamCity.VSTest.TestLogger/Options.cs b/TeamCity.VSTest.TestLogger/Options.cs index a9cb955..121a461 100644 --- a/TeamCity.VSTest.TestLogger/Options.cs +++ b/TeamCity.VSTest.TestLogger/Options.cs @@ -53,7 +53,6 @@ static Options() MetadataEnableVal = GetBool(GetEnvironmentVariable("TEAMCITY_DOTNET_TEST_METADATA_ENABLE"), true); Environment.SetEnvironmentVariable("TEAMCITY_PROJECT_NAME", string.Empty); - Environment.SetEnvironmentVariable("TEAMCITY_VERSION", string.Empty); } public string TestRunDirectory { get; set; }