Skip to content

Commit c1b317c

Browse files
committed
Support "-prerelease" suffix for perf tests
1 parent f21f585 commit c1b317c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebJobs.Script.Tests.E2E.Shared/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static string RuntimeVersion
4343
{
4444
get
4545
{
46-
Match versionMatch = Regex.Match(RuntimeExtensionPackageUrl, "(\\.)(?<version>\\d*\\.\\d*\\.\\d*)(\\..*)?\\.zip$");
46+
Match versionMatch = Regex.Match(RuntimeExtensionPackageUrl, "(\\.)(?<version>\\d*\\.\\d*\\.\\d*)(\\-prerelease.*|\\..*)?\\.zip$");
4747

4848
if (!versionMatch.Success)
4949
{

0 commit comments

Comments
 (0)