mirror of
https://github.com/Ed94/refactor.git
synced 2026-05-13 04:44:42 -07:00
Made a separate build script for CI.
This commit is contained in:
@@ -81,4 +81,4 @@ jobs:
|
||||
if (-not [string]::IsNullOrEmpty($type)) { $args += $type }
|
||||
if (-not [string]::IsNullOrEmpty($test)) { $args += $test }
|
||||
|
||||
& .\scripts\build.ps1 debug test
|
||||
& .\scripts\build.ci.ps1 debug test
|
||||
|
||||
Reference in New Issue
Block a user