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