Skip to content

Commit bf83c98

Browse files
Appveyor: use Windows SDK 10.0.17763.0
1 parent 6447b51 commit bf83c98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ environment:
1515
- platform: x64
1616
configuration: Debug
1717
cmake_args: -D DILIGENT_BUILD_CORE_TESTS=TRUE -D DILIGENT_BUILD_TOOLS_TESTS=TRUE
18+
WindowsTargetPlatformVersion: 10.0.17763.0
1819
platform_name: Windows
1920

2021
# Win32/x64/RelWithDebInfo
2122
- platform: x64
2223
configuration: RelWithDebInfo
2324
cmake_args:
25+
WindowsTargetPlatformVersion: 10.0.17763.0
2426
platform_name: Windows
2527

2628
# clone directory

0 commit comments

Comments
 (0)