We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0429ef5 commit 982ed33Copy full SHA for 982ed33
run.cake
@@ -372,7 +372,7 @@ Task("Docker-Build")
372
if (parameters.IsRunningOnWindows)
373
{
374
DockerBuild(version, "windows", "dotnetcore", parameters.IsStableRelease());
375
- // DockerBuild(version, "windows", "fullfx");
+ DockerBuild(version, "windows", "fullfx");
376
}
377
else if (parameters.IsRunningOnLinux)
378
@@ -541,7 +541,7 @@ Task("Publish-DockerHub")
541
542
543
DockerPush(version, "windows", "dotnetcore", parameters.IsStableRelease());
544
- // DockerPush(version, "windows", "fullfx");
+ DockerPush(version, "windows", "fullfx");
545
546
547
0 commit comments