diff --git a/.azure-pipelines/templates/installer-tests.yml b/.azure-pipelines/templates/installer-tests.yml index 514d2b795..9df70c992 100644 --- a/.azure-pipelines/templates/installer-tests.yml +++ b/.azure-pipelines/templates/installer-tests.yml @@ -11,4 +11,4 @@ jobs: pool: vmImage: $(imageName) steps: - - script: powershell --version + - script: powershell -Command "$PSVersionTable.PSVersion"