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 b52828f commit b6e3a87Copy full SHA for b6e3a87
Tasks/PublishLibraryTask.cs
@@ -17,7 +17,9 @@ public override async Task RunAsync(BuildContext context)
17
"osx",
18
"osx-x64",
19
"osx-arm64",
20
- "ios",
+ "ios-arm64",
21
+ "iossimulator-x64",
22
+ "iossimulator-arm64",
23
"android-arm64",
24
"android-arm",
25
"android-x86",
Tasks/PublishPackageTask.cs
@@ -38,7 +38,9 @@ public override async Task RunAsync(BuildContext context)
38
"osx-arm64"
39
};
40
var optionalRids = new string[] {
41
42
43
44
45
46
0 commit comments