1 write to ArtifactsPath
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
168
ArtifactsPath
= Builder.ArtifactsPath,
5 references to ArtifactsPath
dotnet (5)
Commands\Run\CSharpCompilerCommand.cs (5)
223
rspPath = WriteCscRspFile(
ArtifactsPath
, CscArguments);
227
rspPath = GetCscRspPath(
ArtifactsPath
);
231
string objDir = Path.Join(
ArtifactsPath
, "obj", "debug");
233
string binDir = Path.Join(
ArtifactsPath
, "bin", "debug");
260
var launchArtifacts = FileBasedAppRunPlan.GetCscBuiltProgramLaunchArtifacts(EntryPointFileFullPath,
ArtifactsPath
);