3 writes to BaseOutputPath
Microsoft.DotNet.Build.Tasks.Workloads.Tests (3)
CreateVisualStudioWorkloadSetTests.cs (1)
39
BaseOutputPath
= BaseOutputPath,
CreateVisualStudioWorkloadTests.cs (2)
61
BaseOutputPath
= TestBase.BaseOutputPath,
198
BaseOutputPath
= TestBase.BaseOutputPath,
15 references to BaseOutputPath
Microsoft.DotNet.Build.Tasks.Workloads (15)
CreateVisualStudioWorkload.wix.cs (11)
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);
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 (3)
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)
67
protected string MsiOutputPath => Path.Combine(
BaseOutputPath
, "msi");