3 references to ProjectDirectory
Microsoft.DotNet.Arcade.Sdk (3)
src\GenerateSourcePackageSourceLinkTargetsFile.cs (3)
44
var projectDir = EndWithSeparator(
ProjectDirectory
);
53
Log.LogError($"Directory '{
ProjectDirectory
}' contains source roots (e.g. git submodules), which is not supported.");
75
Log.LogError($"No SourceRoot with SourceLinkUrl contains directory '{
ProjectDirectory
}'.");