Skip to content

Commit

Permalink
Merge pull request #462 from GianLorenzetto/vsts-env-var
Browse files Browse the repository at this point in the history
Correct VSTS/TFS environment variable.
  • Loading branch information
josephwoodward committed Sep 21, 2017
2 parents 0c3bb92 + 9814978 commit be22172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shouldly/Configuration/KnownDoNotLaunchStrategies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class KnownDoNotLaunchStrategies
[UsedImplicitly]
public readonly IShouldNotLaunchDiffTool AppVeyor = new DoNotLaunchWhenEnvVariableIsPresent("AppVeyor");
[UsedImplicitly]
public readonly IShouldNotLaunchDiffTool VSTS = new DoNotLaunchWhenEnvVariableIsPresent("IF_BUILD");
public readonly IShouldNotLaunchDiffTool VSTS = new DoNotLaunchWhenEnvVariableIsPresent("TF_BUILD");
[UsedImplicitly]
public readonly IShouldNotLaunchDiffTool GitLabCI = new DoNotLaunchWhenEnvVariableIsPresent("GITLAB_CI");
[UsedImplicitly]
Expand Down

0 comments on commit be22172

Please sign in to comment.