mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
Added Default task
This commit is contained in:
@@ -13,3 +13,10 @@ public static class Program
|
||||
.Run(args);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[TaskName("Default")]
|
||||
[IsDependentOn(typeof(BuildTask))]
|
||||
[IsDependentOn(typeof(TestTask))]
|
||||
[IsDependentOn(typeof(PackageTask))]
|
||||
public sealed class DefaultTask : FrostingTask {}
|
||||
|
||||
Reference in New Issue
Block a user