Skip to content

Commit ad9f5ff

Browse files
authored
Dont autoverify on BuildServer (#1341)
1 parent ca72faa commit ad9f5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry.Testing/ApiExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public static Task CheckApproval(this Assembly assembly, [CallerFilePath] string
1111
var generatorOptions = new ApiGeneratorOptions { WhitelistedNamespacePrefixes = new[] { "Sentry" } };
1212
var apiText = assembly.GeneratePublicApi(generatorOptions);
1313
return Verifier.Verify(apiText, null, filePath)
14-
.AutoVerify()
14+
.AutoVerify(includeBuildServer: false)
1515
.UniqueForTargetFrameworkAndVersion()
1616
.ScrubEmptyLines()
1717
.ScrubLines(l =>

0 commit comments

Comments
 (0)