4 references to GetPropertyValue
Microsoft.NET.Publish.Tests (4)
PublishDepsFilePathTests.cs (4)
23var publishDir = GetPropertyValue(projectPath, targetFramework, "PublishDir"); 24var projectDepsFileName = GetPropertyValue(projectPath, targetFramework, "ProjectDepsFileName"); 25var publishDepsFilePath = GetPropertyValue(projectPath, targetFramework, "PublishDepsFilePath"); 44var publishDepsFilePath = GetPropertyValue(projectPath, targetFramework, "PublishDepsFilePath");