6 references to PackageFile
Microsoft.DotNet.Build.Tasks.Feed (6)
src\ExecWithRetriesForNuGetPush.cs (6)
185
string.IsNullOrEmpty(
PackageFile
))
190
var packageInfo = _nupkgInfoFactory.CreateNupkgInfo(
PackageFile
);
194
byte[] localBytes = File.ReadAllBytes(
PackageFile
);
203
$"to check if identical to '{
PackageFile
}'");
225
$"Package '{
PackageFile
}' is identical to feed download: ignoring push error.");
231
$"Package '{
PackageFile
}' is different from feed download.");