1 write to HarvestedFrom
Microsoft.DotNet.Build.Tasks.Packaging (1)
GeneratePackageReport.cs (1)
365
HarvestedFrom
= packageItem.HarvestedFrom,
6 references to HarvestedFrom
Microsoft.DotNet.Build.Tasks.Packaging (6)
ValidateHarvestVersionIsLatestForRelease.cs (6)
77
if (!string.IsNullOrEmpty(compileAsset.
HarvestedFrom
))
79
return GetHarvestVersionFromString(compileAsset.
HarvestedFrom
, report.Id, out harvestVersion, out harvestMajor, out harvestMinor);
85
if (!string.IsNullOrEmpty(runtimeAsset.
HarvestedFrom
))
87
return GetHarvestVersionFromString(runtimeAsset.
HarvestedFrom
, report.Id, out harvestVersion, out harvestMajor, out harvestMinor);
93
if (!string.IsNullOrEmpty(nativeAsset.
HarvestedFrom
))
95
return GetHarvestVersionFromString(nativeAsset.
HarvestedFrom
, report.Id, out harvestVersion, out harvestMajor, out harvestMinor);