Skip to content

Commit 1959809

Browse files
committed
Prevent inlining to allow build server to pass
1 parent b3792e0 commit 1959809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GitVersionCore.Tests/ConfigProviderTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public void OverwritesDefaultsWithProvidedConfig()
8888
}
8989

9090
[Test]
91+
[MethodImpl(MethodImplOptions.NoInlining)]
9192
public void CanWriteOutEffectiveConfiguration()
9293
{
9394
var config = ConfigurationProvider.GetEffectiveConfigAsString(gitDirectory, fileSystem);

0 commit comments

Comments
 (0)