diff --git a/azure_templates/install-msmpi.yml b/azure_templates/install-msmpi.yml index 6b981c71e0..ffbba5f421 100644 --- a/azure_templates/install-msmpi.yml +++ b/azure_templates/install-msmpi.yml @@ -5,4 +5,5 @@ steps: script: | Invoke-WebRequest "https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.1/msmpisetup.exe" -OutFile $pwd\msmpisetup.exe ; Start-Process $pwd\msmpisetup.exe -ArgumentList '-unattend' -Wait ; - Remove-Item $pwd\msmpisetup.exe -Force + Remove-Item $pwd\msmpisetup.exe -Force ; + Get-CimInstance -Class Win32_Product