We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f4728 commit cbb98f9Copy full SHA for cbb98f9
1 file changed
src/UnityNuGet/RegistryCache.cs
@@ -693,7 +693,8 @@ RegistryEntry packageEntry
693
var platformDef = platformDefs.Find(os, cpu);
694
if (platformDef == null)
695
{
696
- LogError($"Failed to find a platform definition for: {os}, {cpu}");
+ LogInformation($"Failed to find a platform definition for: {os}, {cpu}");
697
+ continue;
698
}
699
700
// We have a platform, add this file to the set of files to write
@@ -796,7 +797,8 @@ RegistryEntry packageEntry
796
797
798
799
800
801
802
803
804
string extension = Path.GetExtension(file);
0 commit comments