3 references to TestAppName
dotnet.Tests (3)
CommandTests\Test\GivenDotnetTestContainsEnvironmentVariables.cs (3)
32
var testAsset = _testAssetsManager.CopyTestAsset(
TestAppName
)
61
var testAsset = _testAssetsManager.CopyTestAsset(
TestAppName
)
75
var outputDll = Path.Combine(buildCommand.GetOutputDirectory(configuration: configuration).FullName, $"{
TestAppName
}.dll");