Skip to content

Commit

Permalink
Issue #2907
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Jul 8, 2023
1 parent f30c28c commit 8b22663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ContainerHandling/New-NavImage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ try {
$TestToolkitParameter = ""
if ($genericTag -ge [Version]"0.1.0.18") {
if ($includeTestToolkit) {
if (!($licenseFile)) {
if (!($licenseFile) -and ($appManifest.version -lt [Version]"22.0.0.0")) {
Write-Host "Cannot include TestToolkit without a licensefile, please specify licensefile"
}
$TestToolkitParameter = " -includeTestToolkit"
Expand Down

0 comments on commit 8b22663

Please sign in to comment.