Merge pull request #1796 from dotnet/pakrym/fix-embedded-deps

Fix issue preventing MVC gate to take a new dotnet cli
This commit is contained in:
Pavel Krymets 2016-03-10 13:38:54 -08:00
commit b30d54bc56

View file

@ -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);