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