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 1
1
namespace Artifacts . Tasks ;
2
2
3
3
[ 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 1
1
namespace Build . Tasks ;
2
2
3
3
[ 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;
5
5
[ IsDependentOn ( typeof ( PackageChocolatey ) ) ]
6
6
[ IsDependentOn ( typeof ( PackageNuget ) ) ]
7
7
[ 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;
3
3
[ TaskName ( nameof ( Test ) ) ]
4
4
[ TaskDescription ( "(CI only) Run the tests and publish the results" ) ]
5
5
[ 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 1
1
namespace Chores . Tasks ;
2
2
3
3
[ 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 1
1
namespace Docker . Tasks ;
2
2
3
3
[ 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;
7
7
[ TaskName ( nameof ( DockerHubReadmePublish ) ) ]
8
8
[ IsDependentOn ( typeof ( DockerHubReadmePublishInternal ) ) ]
9
9
[ TaskDescription ( "Publish the DockerHub updated README.md" ) ]
10
- public class DockerHubReadmePublish : FrostingTask < BuildContext >
11
- {
12
- }
10
+ public class DockerHubReadmePublish : FrostingTask < BuildContext > ;
13
11
[ TaskName ( nameof ( DockerHubReadmePublishInternal ) ) ]
14
12
[ TaskDescription ( "Publish the DockerHub updated README.md" ) ]
15
13
public class DockerHubReadmePublishInternal : FrostingTask < BuildContext >
Original file line number Diff line number Diff line change 1
1
namespace Docs . Tasks ;
2
2
3
3
[ 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 1
1
namespace Publish . Tasks ;
2
2
3
3
[ 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;
7
7
[ TaskName ( nameof ( PublishChocolatey ) ) ]
8
8
[ TaskDescription ( "Publish chocolatey packages" ) ]
9
9
[ IsDependentOn ( typeof ( PublishChocolateyInternal ) ) ]
10
- public class PublishChocolatey : FrostingTask < BuildContext >
11
- {
12
- }
10
+ public class PublishChocolatey : FrostingTask < BuildContext > ;
13
11
14
12
[ TaskName ( nameof ( PublishChocolateyInternal ) ) ]
15
13
[ TaskDescription ( "Publish chocolatey packages" ) ]
You can’t perform that action at this time.
0 commit comments