2 references to PackagePath
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\BootstrapperBuilder.cs (2)
431
string invariantPath =
PackagePath
.ToLowerInvariant();
599
List<string> packagePaths = new List<string>() {
PackagePath
};