Downgraded to WDK for Windows 10, version 2004

This commit is contained in:
Benjamin Höglinger-Stelzer
2022-06-24 12:36:04 +02:00
parent 01b9ebd75e
commit da4b8419f5

View File

@@ -6,7 +6,7 @@ platform:
configuration:
- Release
install:
- ps: iwr "https://download.microsoft.com/download/7/1/9/719a29d3-bf8c-49eb-b9bd-9bde8d17e142/wdk/wdksetup.exe" -OutFile wdksetup.exe
- ps: iwr "https://download.microsoft.com/download/c/f/8/cf80b955-d578-4635-825c-2801911f9d79/wdk/wdksetup.exe" -OutFile wdksetup.exe
- cmd: .\wdksetup.exe /features + /q /norestart
- cmd: git submodule -q update --init
- cmd: git clone -q https://github.com/microsoft/DMF.git C:\projects\DMF