1 write to ArtifactsPath
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
239
ArtifactsPath
= Builder.ArtifactsPath,
4 references to ArtifactsPath
dotnet (4)
Commands\Run\CSharpCompilerCommand.cs (4)
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");