|
|
@ -173,12 +173,12 @@ Task("Package")
|
|
|
|
|
|
|
|
|
|
|
|
Task("Publish")
|
|
|
|
Task("Publish")
|
|
|
|
.IsDependentOn("PrePublish")
|
|
|
|
.IsDependentOn("PrePublish")
|
|
|
|
//.IsDependentOn("Publish-Windows")
|
|
|
|
.IsDependentOn("Publish-Windows")
|
|
|
|
.IsDependentOn("Publish-Windows-32bit")
|
|
|
|
.IsDependentOn("Publish-Windows-32bit")
|
|
|
|
//.IsDependentOn("Publish-OSX")
|
|
|
|
.IsDependentOn("Publish-OSX")
|
|
|
|
//.IsDependentOn("Publish-Linux")
|
|
|
|
.IsDependentOn("Publish-Linux")
|
|
|
|
//.IsDependentOn("Publish-Linux-ARM")
|
|
|
|
.IsDependentOn("Publish-Linux-ARM")
|
|
|
|
//.IsDependentOn("Publish-Linux-ARM-64Bit")
|
|
|
|
.IsDependentOn("Publish-Linux-ARM-64Bit")
|
|
|
|
.IsDependentOn("Package");
|
|
|
|
.IsDependentOn("Package");
|
|
|
|
|
|
|
|
|
|
|
|
Task("Publish-Windows")
|
|
|
|
Task("Publish-Windows")
|
|
|
|