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