Skip to content
Snippets Groups Projects
Commit fe0bd18b authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Fix directory name matching pattern.

parent e8e57cc2
No related branches found
No related tags found
No related merge requests found
$PackageDir = Get-ChildItem -Directory -Name |
Where-Object {$_ -match 'build_*'} |
Where-Object {$_ -match 'build_[0-9]{4}-[0-9]{2}-[0-9]{2}_'} |
Select-Object -Last 1
$CurDir = Get-Location
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment