Skip to content

Commit

Permalink
Comment fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Nov 17, 2023
1 parent e620bc0 commit ebca40b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
when: (not vs2017_installed.stat.exists)
tags: MSVS_2017

- name: Run Visual Studio 2017 Installer From Download v2
- name: Run Visual Studio 2017 Installer From Download With Powershell
win_shell: |
Start-Process -Wait -FilePath 'C:\temp\vs_community.exe' -ArgumentList '--wait --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --includeOptional --quiet --norestart'
args:
Expand Down

0 comments on commit ebca40b

Please sign in to comment.