6 references to CoreCompile
dotnet (5)
Commands\Run\RunCommand.cs (2)
527
? MSBuildArgs.CloneWithAdditionalTargets(Constants.Build, Constants.ComputeRunArguments, Constants.
CoreCompile
)
528
: MSBuildArgs.CloneWithAdditionalTargets(Constants.ComputeRunArguments, Constants.
CoreCompile
);
Commands\Run\VirtualProjectBuildingCommand.cs (3)
332
: [Constants.Build, Constants.
CoreCompile
];
456
if (result.TryGetResultsForTarget(Constants.
CoreCompile
, out var coreCompileResult) &&
467
Reporter.Verbose.WriteLine($"Reusing previous CSC arguments ({cache.CurrentEntry.CscArguments.Length}) because none were found in the {Constants.
CoreCompile
} target.");
Microsoft.DotNet.Cli.Utils (1)
Constants.cs (1)
34
public const string CoreCompile = nameof(
CoreCompile
);