mirror of
https://github.com/wavetermdev/chocolatey.git
synced 2026-08-05 13:47:23 -07:00
av
This commit is contained in:
+2
-1
@@ -65,6 +65,8 @@ install:
|
||||
|
||||
build_script:
|
||||
- ps: |
|
||||
$ErrorActionPreference = 'Continue'
|
||||
|
||||
if ($Env:APPVEYOR_PROJECT_NAME -like '*test*') { ./test_all.ps1 "random $Env:au_test_groups"; return }
|
||||
|
||||
if ( ($Env:APPVEYOR_SCHEDULED_BUILD -ne 'true') -and ($Env:APPVEYOR_FORCED_BUILD -ne 'true') ) {
|
||||
@@ -86,7 +88,6 @@ build_script:
|
||||
}
|
||||
}
|
||||
|
||||
$ErrorActionPreference = 'Continue'
|
||||
./update_all.ps1 -ForcedPackages $forced
|
||||
7z a au_temp.zip $Env:TEMP\chocolatey\au\*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user