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