Skip to content

Commit

Permalink
Do not reset TEAMCITY_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov authored and NikolayPianikov committed Feb 22, 2022
1 parent 6d1dfeb commit 0716fdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TeamCity.VSTest.TestLogger/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 0716fdf

Please sign in to comment.