15 references to BaseOutputPath
Microsoft.DotNet.Build.Tasks.Workloads.Tests (15)
CreateVisualStudioWorkloadSetTests.cs (1)
39
BaseOutputPath =
BaseOutputPath
,
CreateVisualStudioWorkloadTests.cs (2)
61
BaseOutputPath = TestBase.
BaseOutputPath
,
198
BaseOutputPath = TestBase.
BaseOutputPath
,
SwixComponentTests.cs (8)
28
ComponentSwixProject project = new(component, BaseIntermediateOutputPath,
BaseOutputPath
);
57
ComponentSwixProject project = new(component, BaseIntermediateOutputPath,
BaseOutputPath
);
86
ComponentSwixProject project = new(component, BaseIntermediateOutputPath,
BaseOutputPath
);
112
ComponentSwixProject project = new(component, BaseIntermediateOutputPath,
BaseOutputPath
);
126
ComponentSwixProject project = new(component, BaseIntermediateOutputPath,
BaseOutputPath
);
155
ComponentSwixProject project = new(component, BaseIntermediateOutputPath,
BaseOutputPath
);
171
ComponentSwixProject project = new(component, BaseIntermediateOutputPath,
BaseOutputPath
);
186
ComponentSwixProject project = new(component, BaseIntermediateOutputPath,
BaseOutputPath
);
SwixPackageGroupTests.cs (1)
29
var packageGroupItem = PackageGroupSwixProject.CreateProjectItem(packageGroup, BaseIntermediateOutputPath,
BaseOutputPath
,
SwixPackageTests.cs (2)
30
MsiSwixProject swixProject = new(msiItem, BaseIntermediateOutputPath,
BaseOutputPath
,
57
MsiSwixProject swixProject = new(msiItem, BaseIntermediateOutputPath,
BaseOutputPath
,
TestBase.cs (1)
14
public static readonly string MsiOutputPath = Path.Combine(
BaseOutputPath
, "msi");