File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ namespace Docker.Tasks;
8
8
[ IsDependentOn ( typeof ( DockerHubReadmePublishInternal ) ) ]
9
9
[ TaskDescription ( "Publish the DockerHub updated README.md" ) ]
10
10
public class DockerHubReadmePublish : FrostingTask < BuildContext >
11
+ {
12
+ }
13
+ [ TaskName ( nameof ( DockerHubReadmePublishInternal ) ) ]
14
+ [ TaskDescription ( "Publish the DockerHub updated README.md" ) ]
15
+ public class DockerHubReadmePublishInternal : FrostingTask < BuildContext >
11
16
{
12
17
public override bool ShouldRun ( BuildContext context )
13
18
{
@@ -19,11 +24,7 @@ public override bool ShouldRun(BuildContext context)
19
24
20
25
return shouldRun ;
21
26
}
22
- }
23
- [ TaskName ( nameof ( DockerHubReadmePublishInternal ) ) ]
24
- [ TaskDescription ( "Publish the DockerHub updated README.md" ) ]
25
- public class DockerHubReadmePublishInternal : FrostingTask < BuildContext >
26
- {
27
+
27
28
public override void Run ( BuildContext context )
28
29
{
29
30
var readme = GetReadmeContent ( context ) ;
You can’t perform that action at this time.
0 commit comments