Skip to content

Commit

Permalink
Disable baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Aug 4, 2021
1 parent 14c9d7e commit 2112387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class AspNetSdkBaselineTest : AspNetSdkTest
#if GENERATE_SWA_BASELINES
public static bool GenerateBaselines = true;
#else
public static bool GenerateBaselines = true;
public static bool GenerateBaselines = false;
#endif

private bool _generateBaselines = GenerateBaselines;
Expand Down

0 comments on commit 2112387

Please sign in to comment.