mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
PowerShell build should fail on error
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user