Skip to content

Commit

Permalink
enable back docker fullfx windows
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Oct 3, 2018
1 parent 0429ef5 commit 982ed33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.cake
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Task("Docker-Build")
if (parameters.IsRunningOnWindows)
{
DockerBuild(version, "windows", "dotnetcore", parameters.IsStableRelease());
// DockerBuild(version, "windows", "fullfx");
DockerBuild(version, "windows", "fullfx");
}
else if (parameters.IsRunningOnLinux)
{
Expand Down Expand Up @@ -541,7 +541,7 @@ Task("Publish-DockerHub")
if (parameters.IsRunningOnWindows)
{
DockerPush(version, "windows", "dotnetcore", parameters.IsStableRelease());
// DockerPush(version, "windows", "fullfx");
DockerPush(version, "windows", "fullfx");
}
else if (parameters.IsRunningOnLinux)
{
Expand Down

0 comments on commit 982ed33

Please sign in to comment.