23 references to BaseIntermediateOutputPath
Microsoft.DotNet.Build.Tasks.Workloads.Tests (23)
MsiTests.cs (6)
26WorkloadManifestMsi msi = new(pkg, platform, new MockBuildEngine(), WixToolsetPath, BaseIntermediateOutputPath, 46string PackageRootDirectory = Path.Combine(BaseIntermediateOutputPath, "pkg"); 83string PackageRootDirectory = Path.Combine(BaseIntermediateOutputPath, "pkg"); 87WorkloadManifestMsi msi = new(pkg, "x64", new MockBuildEngine(), WixToolsetPath, BaseIntermediateOutputPath); 113string PackageRootDirectory = Path.Combine(BaseIntermediateOutputPath, "pkg"); 120WorkloadPackMsi msi = new(pkg, "x64", buildEngine, WixToolsetPath, BaseIntermediateOutputPath);
PackageTests.cs (2)
20string PackageRootDirectory = Path.Combine(BaseIntermediateOutputPath, "pkg"); 46string PackageRootDirectory = Path.Combine(BaseIntermediateOutputPath, "wls-pkg");
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 (2)
25string destinationBaseDirectory = Path.Combine(BaseIntermediateOutputPath, destinationDirectory); 29var packageGroupItem = PackageGroupSwixProject.CreateProjectItem(packageGroup, BaseIntermediateOutputPath, BaseOutputPath,
SwixPackageTests.cs (4)
30MsiSwixProject swixProject = new(msiItem, BaseIntermediateOutputPath, BaseOutputPath, 44string PackageRootDirectory = Path.Combine(BaseIntermediateOutputPath, Path.GetRandomFileName()); 50WorkloadPackMsi msi = new(pkg, "x64", new MockBuildEngine(), WixToolsetPath, BaseIntermediateOutputPath); 57MsiSwixProject swixProject = new(msiItem, BaseIntermediateOutputPath, BaseOutputPath,
TestBase.cs (1)
19public static readonly string PackageRootDirectory = Path.Combine(BaseIntermediateOutputPath, "pkg");