Added git argument to suppress error message

This commit is contained in:
Benjamin Höglinger-Stelzer
2022-08-29 15:21:46 +02:00
parent fb5424d39c
commit 1061feada4

View File

@@ -22,7 +22,7 @@ install:
- cmd: |
cd "C:\projects\DMF"
git pull > NUL
git apply "%APPVEYOR_BUILD_FOLDER%\patches\dmf.diff
git apply --reject "%APPVEYOR_BUILD_FOLDER%\patches\dmf.diff
cd %appveyor_build_folder%
before_build:
- ps: Invoke-WebRequest "https://github.com/nefarius/vpatch/releases/latest/download/vpatch.exe" -OutFile vpatch.exe