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