Skip to content

Commit ee88e87

Browse files
committed
Work CI-CD
- Fix regex to catch binding names with dots. ***NO_CI***
1 parent 91bcb6f commit ee88e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ steps:
129129
Write-host ""
130130
131131
# pattern to select device folder name
132-
$pattern = '(devices\/)(?<folder>\w+)(\/)'
132+
$pattern = '(devices\/)(?<folder>.+)(\/)'
133133
134134
# filter out the collection
135135
$results = [Regex]::Matches($files1, $pattern)

0 commit comments

Comments
 (0)