Skip to content

Commit

Permalink
fix container test which had different bl syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson committed Apr 26, 2023
1 parent 915089d commit 000c4a6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ public async Task EndToEnd_NoAPI_Web(bool addPackageReference)
"publish",
"/p:publishprofile=DefaultContainer",
"/p:runtimeidentifier=linux-x64",
,
$"/p:ContainerBaseImage={DockerRegistryManager.FullyQualifiedBaseImageDefault}",
$"/p:ContainerRegistry={DockerRegistryManager.LocalRegistry}",
$"/p:ContainerImageName={imageName}",
Expand Down Expand Up @@ -347,7 +346,6 @@ public void EndToEnd_NoAPI_Console()
"publish",
"/t:PublishContainer",
"/p:runtimeidentifier=linux-x64",
,
$"/p:ContainerBaseImage={DockerRegistryManager.FullyQualifiedBaseImageDefault}",
$"/p:ContainerRegistry={DockerRegistryManager.LocalRegistry}",
$"/p:ContainerImageName={imageName}",
Expand Down

0 comments on commit 000c4a6

Please sign in to comment.