Added missing git command

This commit is contained in:
Benjamin Höglinger-Stelzer
2020-12-04 11:24:40 +01:00
parent 92e6937633
commit f14ba5db9c

View File

@@ -6,6 +6,7 @@ platform:
configuration:
- Release
install:
- cmd: git submodule -q update --init
- cmd: git clone -q https://github.com/microsoft/DMF.git C:\projects\DMF
before_build:
- ps: Invoke-WebRequest "https://github.com/nefarius/vpatch/releases/latest/download/vpatch.exe" -OutFile vpatch.exe