diff --git a/appveyor.yml b/appveyor.yml index 24deb4d..ee01e6f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,9 @@ build: parallel: true build_script: - pwsh: >- - git clone --depth=1 https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella + $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 c:\projects\modorganizer-build