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 b8e02b3 commit 3f72f99Copy full SHA for 3f72f99
azure-pipelines.yml
@@ -163,6 +163,14 @@ jobs:
163
do_test: true
164
test_tags: '--include-slow'
165
build_outdir_suffix: ''
166
+ win25.x64.Test:
167
+ image_name: 'windows-2025'
168
+ build_type: 'test'
169
+ target: 'x64'
170
+ special_build: ''
171
+ do_test: true
172
+ test_tags: '--include-slow'
173
+ build_outdir_suffix: ''
174
x64.Release:
175
image_name: 'windows-2022'
176
build_type: 'release'
0 commit comments