1 write to ArtifactsPath
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
239ArtifactsPath = Builder.ArtifactsPath,
4 references to ArtifactsPath
dotnet (4)
Commands\Run\CSharpCompilerCommand.cs (4)
223rspPath = WriteCscRspFile(ArtifactsPath, CscArguments); 227rspPath = GetCscRspPath(ArtifactsPath); 231string objDir = Path.Join(ArtifactsPath, "obj", "debug"); 233string binDir = Path.Join(ArtifactsPath, "bin", "debug");