6 references to CoreCompile
dotnet (5)
Commands\Run\RunCommand.cs (2)
348
? MSBuildArgs.CloneWithAdditionalTargets(Constants.Build, Constants.ComputeRunArguments, Constants.
CoreCompile
)
349
: MSBuildArgs.CloneWithAdditionalTargets(Constants.ComputeRunArguments, Constants.
CoreCompile
);
Commands\Run\VirtualProjectBuildingCommand.cs (3)
343
targetsToBuild: RequestedTargets ?? [Constants.Build, Constants.
CoreCompile
]);
467
if (result.TryGetResultsForTarget(Constants.
CoreCompile
, out var coreCompileResult) &&
478
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)
32
public const string CoreCompile = nameof(
CoreCompile
);