Skip to content

Commit

Permalink
Fight msiexec more
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Nov 30, 2018
1 parent 5819e7f commit 8f0c1c8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,8 @@ jobs:
- template: tools/ci/azure/checkout.yml
- script: systeminfo
displayName: 'Show system info'
- script: '%windir%\system32\msiexec.exe /unregister'
- script: '%windir%\system32\msiexec.exe /regserver'
- script: '%windir%\syswow64\msiexec.exe /unregister'
- script: '%windir%\syswow64\msiexec.exe /regserver'
- script: msiexec /i python-2.7.15.amd64.msi
- script: msiexec /i python-2.7.15.amd64.msi /quiet TARGETDIR=$(Agent.ToolsDirectory)
displayName: 'Install Python'

- job: toolsdir_win2016
displayName: 'Test (Windows Server 2016)'
Expand Down

0 comments on commit 8f0c1c8

Please sign in to comment.