Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Nov 22, 2024
1 parent 2684074 commit 05a0df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ extends:
Contents: '**\'

# Make sure required components are installed.
- - pwsh: |
- pwsh: |
$vswhere = "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe"
$vsInstaller = & $vswhere -latest -property properties_setupEngineFilePath
Write-Host "##[debug]VS Installer: $vsInstaller"
Expand Down

0 comments on commit 05a0df2

Please sign in to comment.