Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Nov 30, 2018
1 parent 167a304 commit 8f07f9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ jobs:
- template: tools/ci/azure/checkout.yml
- script: systeminfo
displayName: 'Show system info'
- script: |
%windir%\system32\msiexec.exe /unregister
%windir%\system32\msiexec.exe /regserver
%windir%\syswow64\msiexec.exe /unregister
%windir%\syswow64\msiexec.exe /regserver
- bash: which msiexec
- script: msiexec /i python-2.7.15.amd64.msi

- job: toolsdir_win2016
Expand Down

0 comments on commit 8f07f9d

Please sign in to comment.