2 references to BuildStartCacheFileName
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
757var startCacheFile = new FileInfo(Path.Join(artifactsDirectory, BuildStartCacheFileName)); 1025File.WriteAllText(Path.Join(directory, BuildStartCacheFileName), EntryPointFileFullPath);