Skip to content

Commit 3b34216

Browse files
committed
- name: Print Visual Studio version
run: "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -property catalog_productDisplayVersion if: matrix.settings.host == 'windows-latest' shell: cmd Signed-off-by: Anush008 <anushshetty90@gmail.com>
1 parent 96d4567 commit 3b34216

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v4
4545
- name: Print Visual Studio version
46-
run: "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -property catalog_productDisplayVersion
46+
id: print-vs-version
47+
run: |
48+
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -property catalog_productDisplayVersion
4749
if: matrix.settings.host == 'windows-latest'
4850
shell: cmd
4951
- name: Restore Builds

0 commit comments

Comments
 (0)