CommandTests\Store\GivenDotnetStoresAndPublishesProjects.cs (9)
38"-f", _tfm,
46var profileFilter = Path.Combine(localAssemblyCache, _arch, _tfm, "artifact.xml");
49"-f", _tfm,
55var outputDll = Path.Combine(testProjectDirectory, "bin", configuration, _tfm, "publish", $"{testAppName}.dll");
88"-f", _tfm,
94var outputDll = Path.Combine(testProjectDirectory, "bin", configuration, _tfm, "publish", $"{testAppName}.dll");
133"-f", _tfm,
143"-f", _tfm,
150var outputDll = Path.Combine(testProjectDirectory, "bin", configuration, _tfm, "publish", $"{testAppName}.dll");