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