Skip to content

Commit c8b1386

Browse files
committed
Listing Windows Installer Applications.
1 parent 8fc25e7 commit c8b1386

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure_templates/install-msmpi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ steps:
55
script: |
66
Invoke-WebRequest "https://github.com/microsoft/Microsoft-MPI/releases/download/v10.1.1/msmpisetup.exe" -OutFile $pwd\msmpisetup.exe ;
77
Start-Process $pwd\msmpisetup.exe -ArgumentList '-unattend' -Wait ;
8-
Remove-Item $pwd\msmpisetup.exe -Force
8+
Remove-Item $pwd\msmpisetup.exe -Force ;
9+
Get-CimInstance -Class Win32_Product

0 commit comments

Comments
 (0)