Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created July 30, 2016 10:51
Show Gist options
  • Save justinyoo/d16f8bf7d78cafbc7c1a2a5c7289cd88 to your computer and use it in GitHub Desktop.
Save justinyoo/d16f8bf7d78cafbc7c1a2a5c7289cd88 to your computer and use it in GitHub Desktop.
CD on VSTS for .NET Core Apps
$projects = Get-ChildItem .\src, .\test | `
?{ $_.PsIsContainer } | `
?{ Test-Path -Path (Join-Path $_.FullName "project.json") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment