product changes to support portable tools
This commit is contained in:
parent
b59c4333ea
commit
f0c2cb2c18
13 changed files with 363 additions and 78 deletions
|
@ -122,7 +122,7 @@ namespace Microsoft.DotNet.Tools.Compiler
|
|||
//used in incremental precondition checks
|
||||
public static IEnumerable<string> GetCommandsInvokedByCompile(ProjectContext project)
|
||||
{
|
||||
return new List<string> {project.ProjectFile.CompilerName, "compile"};
|
||||
return new List<string> {project.ProjectFile?.CompilerName, "compile"};
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue