Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 302ba3f

Browse files
author
N. Taylor Mullen
committed
Flow configuration command line to CreateLoadContext.
#83
1 parent 308e09a commit 302ba3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.AspNetCore.Razor.Tools/Internal/PackageOnlyResolveTagHelpersRunCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static bool TryPackageOnlyTagHelperResolution(
8181

8282
var loadContext = projectContext.CreateLoadContext(
8383
projectContext.RuntimeIdentifier,
84-
configuration: "Debug",
84+
configuration,
8585
outputPath: null);
8686
var runner = new PackageOnlyResolveTagHelpersRunCommand(loadContext)
8787
{

0 commit comments

Comments
 (0)