aspnetcore/eng/scripts/GenerateProjectList.ps1

9 lines
177 B
PowerShell

param(
[switch]$ci
)
$ErrorActionPreference = 'stop'
$repoRoot = Resolve-Path "$PSScriptRoot/../.."
& "$repoRoot\build.ps1" -ci:$ci -NoRestore -all /t:GenerateProjectList