diff options
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 1643d317..2103ddcd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,6 +35,8 @@ build_script: # End comments. + $ErrorActionPreference = 'Stop' + git clone --depth=1 --no-single-branch https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella New-Item -ItemType Directory -Path ${env:APPVEYOR_BUILD_FOLDER}\modorganizer-build |
