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