Implemented interface member:
property
IsRealBuild
MS.Internal.ITaskFileService.IsRealBuild
3 references to IsRealBuild
PresentationBuildTasks (3)
BuildTasks\MS\Internal\Tasks\TaskFileService.cs (3)
255fileExists = HostFileManager.Exists(fileName, IsRealBuild); 349string destinationFile = IsRealBuild ? buildFile : intelFile; 361if (IsRealBuild && IsRunningInVS)