Don't pack templates in xamarin build

This commit is contained in:
Dean Herbert
2022-02-14 19:49:36 +09:00
parent 6a77ccb48f
commit 04e282397a

View File

@@ -247,7 +247,6 @@ Task("DeployFrameworkXamarin")
.IsDependentOn("DetermineAppveyorDeployProperties")
.IsDependentOn("PackiOSFramework")
.IsDependentOn("PackAndroidFramework")
.IsDependentOn("PackTemplate")
.IsDependentOn("Publish");
Task("DeployNativeLibs")