We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd400a2 commit 0844476Copy full SHA for 0844476
msbuild/Xamarin.MacDev.Tasks/Tasks/GetPropertyListValue.cs
@@ -86,7 +86,7 @@ public override bool Execute ()
86
return false;
87
}
88
89
- Value = value.ToString ();
+ Value = value is IPValueObject pvalue ? pvalue.Value.ToString () : value.ToString ();
90
91
return !Log.HasLoggedErrors;
92
0 commit comments