-
-
Save justinyoo/4aba5a62e6e46e5cfa8109e0e024effa to your computer and use it in GitHub Desktop.
Azure DevOps Series
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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