11 references to AppName
Microsoft.NET.Build.Tests (11)
GivenThatWeWantToBuildADesktopExeWtihNetStandardLib.cs (11)
71return Path.GetFileNameWithoutExtension(projectPath).Equals(AppName, StringComparison.OrdinalIgnoreCase); 109var buildCommand = new BuildCommand(testAsset, AppName); 121$"{AppName}.exe.config" 143var getCommandLineCommand = new GetValuesCommand(Log, Path.Combine(testAsset.TestRoot, AppName), "", "CscCommandLineArgs", GetValuesCommand.ValueType.Item); 228new NuGetExeRestoreCommand(Log, testAsset.TestRoot, AppName) 238var buildCommand = new BuildCommand(testAsset, AppName); 254$"{AppName}.exe.config" 288var buildCommand = new BuildCommand(testAsset, AppName); 349var buildCommand = new BuildCommand(testAsset, AppName); 387var buildCommand = new BuildCommand(testAsset, AppName); 402$"{AppName}.exe.config"