-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using service definition to obtain symbol service url #7822
Using service definition to obtain symbol service url #7822
Conversation
I confirm the new version of the task did not regress existing behavior on our 3 test builds |
We'll have to deploy it to the organization where we have the repro to confirm new behavior works |
And the test failures about Npm are unrelated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirm the new version of the task did not regress existing behavior on our 3 test builds.
We'll have to deploy it to the organization where we have the repro to confirm new behavior works.
And I confirm the test failures about Npm are unrelated.
@@ -36,7 +36,7 @@ function Get-SymbolServiceUri ([string]$collectionUri) | |||
Write-Host "Retrieved artifact service url: '$artifactsUri'" | |||
} | |||
else { # Fallback | |||
if ( [RegEx]::Match($collectionUri, '\.(visualstudio\.com|vsts\.me)') ) { | |||
if ( [RegEx]::Match($collectionUri, '\.(visualstudio\.com|vsts\.me)').Success ) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
* Using service definition to obtain symbol service url * Fixing Regex result
No description provided.