We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21f585 commit c1b317cCopy full SHA for c1b317c
test/WebJobs.Script.Tests.E2E.Shared/Settings.cs
@@ -43,7 +43,7 @@ public static string RuntimeVersion
43
{
44
get
45
46
- Match versionMatch = Regex.Match(RuntimeExtensionPackageUrl, "(\\.)(?<version>\\d*\\.\\d*\\.\\d*)(\\..*)?\\.zip$");
+ Match versionMatch = Regex.Match(RuntimeExtensionPackageUrl, "(\\.)(?<version>\\d*\\.\\d*\\.\\d*)(\\-prerelease.*|\\..*)?\\.zip$");
47
48
if (!versionMatch.Success)
49
0 commit comments