Skip to content

Commit

Permalink
make param not mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Mar 5, 2024
1 parent fd6b01d commit feda345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/SmokeTests/e2e-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ param(
[string]$DockerfilePath,
[Parameter(Mandatory=$true)]
[string]$HttpStartPath,
[parameter(Mandatory=$false)]
[string]$ImageName="dfapp",
[string]$ContainerName="app",
[switch]$NoSetup=$false,
Expand Down

0 comments on commit feda345

Please sign in to comment.