We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dcd0f commit 756225eCopy full SHA for 756225e
.github/workflows/build.yml
@@ -107,6 +107,11 @@ jobs:
107
name: Windows Integration Tests .NET Framework
108
runs-on: windows-2025
109
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
+
115
- name: Checkout
116
uses: actions/checkout@v5
117
with:
@@ -149,6 +154,11 @@ jobs:
149
154
name: Windows Integration Tests .NET
150
155
151
156
157
158
159
160
161
152
162
153
163
164
0 commit comments