1 write to ArtifactsPath
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
256
ArtifactsPath
= ArtifactsPath,
3 references to ArtifactsPath
dotnet (3)
Commands\Run\CSharpCompilerCommand.cs (3)
160
rspPath = Path.Join(
ArtifactsPath
, "csc.rsp");
173
string objDir = Path.Join(
ArtifactsPath
, "obj", "debug");
175
string binDir = Path.Join(
ArtifactsPath
, "bin", "debug");