Skip to content

Commit

Permalink
Remove Windows upgrade of cmake (windows image now uses working versi…
Browse files Browse the repository at this point in the history
…on of cmake) (#5558)
  • Loading branch information
danieljurek authored Apr 22, 2024
1 parent b6e04fd commit a00a012
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions eng/pipelines/templates/steps/install-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,3 @@ steps:
&& sudo rm cmakeinstall.sh
displayName: Install Cmake ${{ parameters.Version }} (Linux)
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
- pwsh: |
Write-Host "Installing CMake ${{ parameters.Version }}"
Invoke-WebRequest -Uri https://github.com/Kitware/CMake/releases/download/v${{ parameters.Version }}/cmake-${{ parameters.Version }}-windows-x86_64.msi -OutFile cmake.msi
msiexec.exe /i cmake.msi | Wait-Process
displayName: Install Cmake ${{ parameters.Version }} (Windows)
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))

0 comments on commit a00a012

Please sign in to comment.