Skip to content

Commit

Permalink
Fix issue preventing MVC gate to take a new dotnet cli
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym committed Mar 10, 2016
1 parent 88c1340 commit dceefd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet/commands/dotnet-compile/ManagedCompiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public override bool Compile(ProjectContext context, CompilerCommandApp args)
var dependencyContext = new DependencyContextBuilder().Build(compilationOptions,
allExports,
allExports,
string.IsNullOrEmpty(context.RuntimeIdentifier),
args.PortableMode,
context.TargetFramework,
context.RuntimeIdentifier ?? string.Empty);

Expand Down

0 comments on commit dceefd0

Please sign in to comment.