Skip to content

Commit

Permalink
Revert CommonFunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepagnez committed Sep 15, 2023
1 parent 250cddf commit a00a20a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2711,7 +2711,7 @@ function PrepareSolutionMetadata($solutionMetadataRawContent, $contentResourceDe
Write-Output "Missing arm-ttk validations. Downloading module..."
Invoke-Expression "$armTtkFolder/download-arm-ttk.ps1"
}
Invoke-Expression "& '$armTtkFolder/run-arm-ttk-in-automation.ps1' '$solutionName'"
Invoke-Expression "$armTtkFolder/run-arm-ttk-in-automation.ps1 '$solutionName'"
}
}

Expand Down

0 comments on commit a00a20a

Please sign in to comment.