Skip to content

Commit fb6134a

Browse files
committed
fix tests for Release
1 parent 6e7d254 commit fb6134a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Tests/Connector/Reqnroll.VisualStudio.ReqnrollConnector.Tests/SampleProjectTestBase.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ namespace Reqnroll.VisualStudio.ReqnrollConnector.Tests;
55

66
public abstract class SampleProjectTestBase
77
{
8+
#if DEBUG
89
private const string ConnectorConfiguration = "Debug";
10+
#else
11+
private const string ConnectorConfiguration = "Release";
12+
#endif
913
private const string TargetFrameworkToBeUsedForNet4Projects = "net10.0";
1014
private static readonly string LatestReqnrollVersion = NuGetPackageVersionDetector.DetectLatestPackage("Reqnroll", Console.WriteLine) ?? "1.0.0";
1115

0 commit comments

Comments
 (0)