Skip to content

Commit

Permalink
Merge branch 'release/9.1' into LT-20855
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-sil authored Apr 10, 2024
2 parents 489a33f + c3f7329 commit 656a185
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 656a185

Please sign in to comment.