Skip to content

Commit 982ed33

Browse files
committed
enable back docker fullfx windows
1 parent 0429ef5 commit 982ed33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Task("Docker-Build")
372372
if (parameters.IsRunningOnWindows)
373373
{
374374
DockerBuild(version, "windows", "dotnetcore", parameters.IsStableRelease());
375-
// DockerBuild(version, "windows", "fullfx");
375+
DockerBuild(version, "windows", "fullfx");
376376
}
377377
else if (parameters.IsRunningOnLinux)
378378
{
@@ -541,7 +541,7 @@ Task("Publish-DockerHub")
541541
if (parameters.IsRunningOnWindows)
542542
{
543543
DockerPush(version, "windows", "dotnetcore", parameters.IsStableRelease());
544-
// DockerPush(version, "windows", "fullfx");
544+
DockerPush(version, "windows", "fullfx");
545545
}
546546
else if (parameters.IsRunningOnLinux)
547547
{

0 commit comments

Comments
 (0)