Skip to content

Commit

Permalink
Fix LT-21764
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmaxwell3 authored and jasonleenaylor committed Apr 10, 2024
1 parent 3183c45 commit c3f7329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/buildLocalLibraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkall_targets_file="mkall.targets"
packages_dir="../packages"

# dotnet pack result version regex
version_regex="\s*Successfully created package.*\.([0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?)\.nupkg"
version_regex="\s*Successfully created package.*\.([0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9\-]+)?)\.nupkg"

# Function to display usage information
function display_usage {
Expand Down

0 comments on commit c3f7329

Please sign in to comment.