Skip to content

build.ps1 not finding files #1

@michaelneu

Description

@michaelneu

Get-ChildItem strangely doesn't work on Windows 7. Use this instead:

$files = gci src *.* -rec | where { ! $_.PSIsContainer }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions