7 references to WixToolsetPath
Microsoft.DotNet.Build.Tasks.Workloads.Tests (7)
CreateVisualStudioWorkloadSetTests.cs (1)
42
WixToolsetPath =
WixToolsetPath
,
CreateVisualStudioWorkloadTests.cs (2)
68
WixToolsetPath = TestBase.
WixToolsetPath
,
205
WixToolsetPath = TestBase.
WixToolsetPath
,
MsiTests.cs (3)
26
WorkloadManifestMsi msi = new(pkg, platform, new MockBuildEngine(),
WixToolsetPath
, BaseIntermediateOutputPath,
87
WorkloadManifestMsi msi = new(pkg, "x64", new MockBuildEngine(),
WixToolsetPath
, BaseIntermediateOutputPath);
120
WorkloadPackMsi msi = new(pkg, "x64", buildEngine,
WixToolsetPath
, BaseIntermediateOutputPath);
SwixPackageTests.cs (1)
50
WorkloadPackMsi msi = new(pkg, "x64", new MockBuildEngine(),
WixToolsetPath
, BaseIntermediateOutputPath);