Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created April 25, 2016 14:14
Azure DevOps Series
$projects = Get-ChildItem .\src | ?{$_.PsIsContainer} | ?{ Test-Path (Join-Path $_.FullName "project.json") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment