3 writes to BaseIntermediateOutputPath
Microsoft.DotNet.Build.Tasks.Workloads.Tests (3)
CreateVisualStudioWorkloadSetTests.cs (1)
40
BaseIntermediateOutputPath
= baseIntermediateOutputPath,
CreateVisualStudioWorkloadTests.cs (2)
62
BaseIntermediateOutputPath
= baseIntermediateOutputPath,
199
BaseIntermediateOutputPath
= baseIntermediateOutputPath,
19 references to BaseIntermediateOutputPath
Microsoft.DotNet.Build.Tasks.Workloads (19)
CreateVisualStudioWorkload.wix.cs (14)
169
var manifestMsi = new WorkloadManifestMsi(manifestPackage, platform, BuildEngine, WixToolsetPath,
BaseIntermediateOutputPath
, EnableSideBySideManifests);
344
WorkloadPackMsi msi = new(data.Package, platform, BuildEngine, WixToolsetPath,
BaseIntermediateOutputPath
);
348
MsiPayloadPackageProject csproj = new(msi.Metadata, msiOutputItem,
BaseIntermediateOutputPath
, BaseOutputPath, msi.NuGetPackageFiles);
362
new(msiOutputItem,
BaseIntermediateOutputPath
, BaseOutputPath, sdkFeatureBand, chip: null, machineArch: msiOutputItem.GetMetadata(Metadata.Platform), outOfSupport: IsOutOfSupportInVisualStudio) :
363
new(msiOutputItem,
BaseIntermediateOutputPath
, BaseOutputPath, sdkFeatureBand, chip: msiOutputItem.GetMetadata(Metadata.Platform), outOfSupport: IsOutOfSupportInVisualStudio);
391
WorkloadPackGroupMsi msi = new(packGroup, platform, BuildEngine, WixToolsetPath,
BaseIntermediateOutputPath
);
395
MsiPayloadPackageProject csproj = new(msi.Metadata, msiOutputItem,
BaseIntermediateOutputPath
, BaseOutputPath, msi.NuGetPackageFiles);
411
new(msiOutputItem,
BaseIntermediateOutputPath
, BaseOutputPath, manifestPackage.SdkFeatureBand, chip: null, machineArch: msiOutputItem.GetMetadata(Metadata.Platform), outOfSupport: IsOutOfSupportInVisualStudio) :
412
new(msiOutputItem,
BaseIntermediateOutputPath
, BaseOutputPath, manifestPackage.SdkFeatureBand, chip: msiOutputItem.GetMetadata(Metadata.Platform), outOfSupport: IsOutOfSupportInVisualStudio);
442
new(msiOutputItem,
BaseIntermediateOutputPath
, BaseOutputPath, msi.Package.SdkFeatureBand, chip: null, machineArch: msiOutputItem.GetMetadata(Metadata.Platform)) :
443
new(msiOutputItem,
BaseIntermediateOutputPath
, BaseOutputPath, msi.Package.SdkFeatureBand, chip: msiOutputItem.GetMetadata(Metadata.Platform));
456
MsiPayloadPackageProject csproj = new(msi.Metadata, msiOutputItem,
BaseIntermediateOutputPath
, BaseOutputPath, msi.NuGetPackageFiles);
470
ComponentSwixProject swixComponentProject = new(swixComponent,
BaseIntermediateOutputPath
, BaseOutputPath, IsOutOfSupportInVisualStudio);
489
swixProjectItems.Add(PackageGroupSwixProject.CreateProjectItem(swixPackageGroup,
BaseIntermediateOutputPath
, BaseOutputPath,
CreateVisualStudioWorkloadSet.wix.cs (4)
54
WixToolsetPath,
BaseIntermediateOutputPath
);
73
MsiPayloadPackageProject csproj = new(msi.Metadata, msiOutputItem,
BaseIntermediateOutputPath
, BaseOutputPath, msi.NuGetPackageFiles);
83
MsiSwixProject swixProject = new(msiOutputItem,
BaseIntermediateOutputPath
, BaseOutputPath, workloadSetPackage.SdkFeatureBand, chip: null, machineArch: msiOutputItem.GetMetadata(Metadata.Platform));
100
swixProjectItems.Add(PackageGroupSwixProject.CreateProjectItem(swixPackageGroup,
BaseIntermediateOutputPath
, BaseOutputPath,
VisualStudioWorkloadTaskBase.wix.cs (1)
72
protected string PackageRootDirectory => Path.Combine(
BaseIntermediateOutputPath
, "pkg");