Skip to content

Commit 109989c

Browse files
authored
Update QRCoderApiTests/ApiApprovalTests.cs
1 parent 56eacae commit 109989c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QRCoderApiTests/ApiApprovalTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void PublicApi(Type type)
5252
string projectName = type.Assembly.GetName().Name!;
5353
string testDir = Path.Combine(baseDir, $"..{Path.DirectorySeparatorChar}..{Path.DirectorySeparatorChar}..");
5454
string projectDir = Path.Combine(testDir, "..");
55-
string buildDir = Path.Combine(projectDir, projectName, "bin", "Debug");
55+
string buildDir = Path.Combine(projectDir, projectName, "bin", "Release");
5656
Debug.Assert(Directory.Exists(buildDir), $"Directory '{buildDir}' doesn't exist");
5757
string csProject = Path.Combine(projectDir, projectName, projectName + ".csproj");
5858
var project = XDocument.Load(csProject);

0 commit comments

Comments
 (0)