summaryrefslogtreecommitdiff
path: root/Tools/AppVeyor/before-build.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/AppVeyor/before-build.cmd')
-rw-r--r--Tools/AppVeyor/before-build.cmd5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/AppVeyor/before-build.cmd b/Tools/AppVeyor/before-build.cmd
new file mode 100644
index 0000000..c3258d1
--- /dev/null
+++ b/Tools/AppVeyor/before-build.cmd
@@ -0,0 +1,5 @@
+@echo off
+pushd "%~dp0"
+curl -L -s https://drive.google.com/uc?id=17ZK6a1kxhTR-YOkWpAOqNJZA7UBUGkmu --output Microsoft.DriverKit.Build.Tasks.14.0.dll
+copy /y Microsoft.DriverKit.Build.Tasks.14.0.dll "C:\Program Files (x86)\Windows Kits\10\build\bin"
+popd