File tree Expand file tree Collapse file tree 13 files changed +13
-39
lines changed Expand file tree Collapse file tree 13 files changed +13
-39
lines changed Original file line number Diff line number Diff line change 11namespace Artifacts . Tasks ;
22
33[ TaskDescription ( "Shows this output" ) ]
4- public class Default : Common . Tasks . Default
5- {
6- }
4+ public class Default : Common . Tasks . Default ;
Original file line number Diff line number Diff line change 11namespace Build . Tasks ;
22
33[ TaskDescription ( "Shows this output" ) ]
4- public class Default : Common . Tasks . Default
5- {
6- }
4+ public class Default : Common . Tasks . Default ;
Original file line number Diff line number Diff line change @@ -5,6 +5,4 @@ namespace Build.Tasks;
55[ IsDependentOn ( typeof ( PackageChocolatey ) ) ]
66[ IsDependentOn ( typeof ( PackageNuget ) ) ]
77[ IsDependentOn ( typeof ( PackageArchive ) ) ]
8- public class Package : FrostingTask < BuildContext >
9- {
10- }
8+ public class Package : FrostingTask < BuildContext > ;
Original file line number Diff line number Diff line change @@ -3,6 +3,4 @@ namespace Build.Tasks;
33[ TaskName ( nameof ( Test ) ) ]
44[ TaskDescription ( "(CI only) Run the tests and publish the results" ) ]
55[ IsDependentOn ( typeof ( PublishCoverage ) ) ]
6- public class Test : FrostingTask < BuildContext >
7- {
8- }
6+ public class Test : FrostingTask < BuildContext > ;
Original file line number Diff line number Diff line change 11namespace Chores . Tasks ;
22
33[ TaskDescription ( "Shows this output" ) ]
4- public class Default : Common . Tasks . Default
5- {
6- }
4+ public class Default : Common . Tasks . Default ;
Original file line number Diff line number Diff line change 11namespace Docker . Tasks ;
22
33[ TaskDescription ( "Shows this output" ) ]
4- public class Default : Common . Tasks . Default
5- {
6- }
4+ public class Default : Common . Tasks . Default ;
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ namespace Docker.Tasks;
77[ TaskName ( nameof ( DockerHubReadmePublish ) ) ]
88[ IsDependentOn ( typeof ( DockerHubReadmePublishInternal ) ) ]
99[ TaskDescription ( "Publish the DockerHub updated README.md" ) ]
10- public class DockerHubReadmePublish : FrostingTask < BuildContext >
11- {
12- }
10+ public class DockerHubReadmePublish : FrostingTask < BuildContext > ;
1311[ TaskName ( nameof ( DockerHubReadmePublishInternal ) ) ]
1412[ TaskDescription ( "Publish the DockerHub updated README.md" ) ]
1513public class DockerHubReadmePublishInternal : FrostingTask < BuildContext >
Original file line number Diff line number Diff line change 11namespace Docs . Tasks ;
22
33[ TaskDescription ( "Shows this output" ) ]
4- public class Default : Common . Tasks . Default
5- {
6- }
4+ public class Default : Common . Tasks . Default ;
Original file line number Diff line number Diff line change 11namespace Publish . Tasks ;
22
33[ TaskDescription ( "Shows this output" ) ]
4- public class Default : Common . Tasks . Default
5- {
6- }
4+ public class Default : Common . Tasks . Default ;
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ namespace Publish.Tasks;
77[ TaskName ( nameof ( PublishChocolatey ) ) ]
88[ TaskDescription ( "Publish chocolatey packages" ) ]
99[ IsDependentOn ( typeof ( PublishChocolateyInternal ) ) ]
10- public class PublishChocolatey : FrostingTask < BuildContext >
11- {
12- }
10+ public class PublishChocolatey : FrostingTask < BuildContext > ;
1311
1412[ TaskName ( nameof ( PublishChocolateyInternal ) ) ]
1513[ TaskDescription ( "Publish chocolatey packages" ) ]
You can’t perform that action at this time.
0 commit comments