Skip to content

Commit b64f9e9

Browse files
committed
Let's see if designer tests pass now
1 parent 35b99dd commit b64f9e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Xamarin.Android.Build.Tasks/Tasks/GeneratePackageManagerJava.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,11 @@ public class GeneratePackageManagerJava : AndroidTask
6161
[Required]
6262
public bool EnablePreloadAssembliesDefault { get; set; }
6363

64-
// This property should be required but it can't, because during design time builds there's no
65-
// value to pass and MSBuild signals an error that a required property wasn't given a value.
64+
// These two properties should be required but they will require modifying `monodroid` first
6665
//[Required]
6766
public string AndroidBinUtilsDirectory { get; set; }
6867

69-
[Required]
68+
//[Required]
7069
public bool AssemblyStoreEmbeddedInRuntime { get; set; }
7170

7271
[Output]

0 commit comments

Comments
 (0)