Fix issue preventing MVC gate to take a new dotnet cli
This commit is contained in:
parent
88c1340f6d
commit
dceefd05c3
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ namespace Microsoft.DotNet.Tools.Compiler
|
|||
var dependencyContext = new DependencyContextBuilder().Build(compilationOptions,
|
||||
allExports,
|
||||
allExports,
|
||||
string.IsNullOrEmpty(context.RuntimeIdentifier),
|
||||
args.PortableMode,
|
||||
context.TargetFramework,
|
||||
context.RuntimeIdentifier ?? string.Empty);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue