Skip to content

Commit 756225e

Browse files
committed
Print Windows version
1 parent 68dcd0f commit 756225e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ jobs:
107107
name: Windows Integration Tests .NET Framework
108108
runs-on: windows-2025
109109
steps:
110+
- name: Print Windows Version
111+
shell: pwsh
112+
run: |
113+
Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" | Select-Object LCUVe
114+
110115
- name: Checkout
111116
uses: actions/checkout@v5
112117
with:
@@ -149,6 +154,11 @@ jobs:
149154
name: Windows Integration Tests .NET
150155
runs-on: windows-2025
151156
steps:
157+
- name: Print Windows Version
158+
shell: pwsh
159+
run: |
160+
Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" | Select-Object LCUVe
161+
152162
- name: Checkout
153163
uses: actions/checkout@v5
154164
with:

0 commit comments

Comments
 (0)