1 implementation of OuterBuild
NuGet.Build.Tasks.Console (1)
RestoreProjectAdapter.cs (1)
29public ITargetFramework OuterBuild { get; private set; }
19 references to OuterBuild
NuGet.Commands (19)
RestoreCommand\Utility\PackageSpecFactory.cs (19)
81MSBuildStringUtility.Split($"{project.OuterBuild.GetProperty("RuntimeIdentifiers")};{project.OuterBuild.GetProperty("RuntimeIdentifier")}") 86MSBuildStringUtility.Split(project.OuterBuild.GetProperty("RuntimeSupports")) 91Version = GetProjectVersion(project.OuterBuild), 94SdkVersion = GetSdkVersion(project.OuterBuild) 279ITargetFramework outerBuild = project.OuterBuild; 310project.TargetFrameworks.Count > 1 || !string.IsNullOrWhiteSpace(project.OuterBuild.GetProperty("TargetFrameworks"))), 357ProjectStyle? projectStyleOrNull = GetProjectRestoreStyleFromProjectProperty(project.OuterBuild.GetProperty("RestoreProjectStyle")); 359string? projectName = project.OuterBuild.GetProperty("MSBuildProjectName"); 452string? enableAudit = project.OuterBuild.GetProperty("NuGetAudit"); 453string? auditLevel = project.OuterBuild.GetProperty("NuGetAuditLevel"); 455HashSet<string>? suppressionItems = GetAuditSuppressions(project.OuterBuild); 486string? projectAuditMode = project.OuterBuild.GetProperty("NuGetAuditMode"); 640() => project.OuterBuild.GetProperty("RestorePackagesPath")); 940() => UriUtility.GetAbsolutePath(project.Directory, project.OuterBuild.GetProperty("RestoreRepositoryPath")), 943string? solutionDir = project.OuterBuild.GetProperty("SolutionPath"); 988project.OuterBuild.SplitPropertyValueOrNull("RestoreSources"), 1084string? outputPath = project.OuterBuild.GetProperty("RestoreOutputPath") ?? project.OuterBuild.GetProperty("MSBuildProjectExtensionsPath");