We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d4567 commit 3b34216Copy full SHA for 3b34216
.github/workflows/CI.yml
@@ -43,7 +43,9 @@ jobs:
43
steps:
44
- uses: actions/checkout@v4
45
- name: Print Visual Studio version
46
- run: "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -property catalog_productDisplayVersion
+ id: print-vs-version
47
+ run: |
48
+ "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -property catalog_productDisplayVersion
49
if: matrix.settings.host == 'windows-latest'
50
shell: cmd
51
- name: Restore Builds
0 commit comments