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