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