Skip to content
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

Merged

Conversation

arunkm
Copy link
Contributor

@arunkm arunkm commented Jul 24, 2018

No description provided.

@arunkm arunkm requested review from ericsciple, a user and sprendermsft July 24, 2018 20:32
@sprendermsft
Copy link
Contributor

I confirm the new version of the task did not regress existing behavior on our 3 test builds

@sprendermsft
Copy link
Contributor

We'll have to deploy it to the organization where we have the repro to confirm new behavior works

@sprendermsft
Copy link
Contributor

And the test failures about Npm are unrelated

Copy link
Contributor

@sprendermsft sprendermsft left a 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 ) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@arunkm arunkm merged commit ea950b8 into master Aug 3, 2018
arunkm added a commit that referenced this pull request Aug 7, 2018
* Using service definition to obtain symbol service url

* Fixing Regex result
arunkm added a commit that referenced this pull request Aug 7, 2018
* Using service definition to obtain symbol service url

* Fixing Regex result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants