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

Update links from accountname.visualstudio.com to dev.azure.com/accountname #773

Merged
merged 9 commits into from
Sep 19, 2018

Conversation

chcosta
Copy link
Member

@chcosta chcosta commented Sep 14, 2018

Mostly just doc updates, but...

@jcagme @alexperovich , can you pay particular attention to the Darc source code changes?

@tmat, can you double check the update to RepositoryInfo.targets?

FYI @mmitche @

@@ -1,62 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@jcagme
Copy link
Contributor

jcagme commented Sep 14, 2018

@chcosta
Copy link
Member Author

chcosta commented Sep 14, 2018

@jcagme , the path for connecting to a package feed has not changed from the old format (at least according to the link Azure DevOps gives you when you navigate to "Artifacts").

<_Replacement>https://github.com/$1/$2</_Replacement>
</PropertyGroup>

<PropertyGroup>
<ScmRepositoryUrl>$([System.Text.RegularExpressions.Regex]::Replace($(ScmRepositoryUrl), $(_Pattern), $(_Replacement)))</ScmRepositoryUrl>
<ScmRepositoryUrl>$([System.Text.RegularExpressions.Regex]::Replace($(ScmRepositoryUrl), $(_VstsPattern), $(_Replacement)))</ScmRepositoryUrl>

This comment was marked as spam.

@@ -19,17 +19,17 @@

<!-- The convention for names of VSTS repositories mirrored from GitHub is "{GitHub org name}-{GitHub repository name}" -->
<PropertyGroup>
<_Pattern>https://dnceng.visualstudio.com/internal/_git/([^/-]+)-(.+)</_Pattern>
<_Pattern>https://[^\.]+\.visualstudio\.com/[^/]+/_git/([^/-]+)-(.+)|https://dev.azure.com/[^/]+/[^/]+/_git/([^/-]+)-(.+)</_Pattern>

This comment was marked as spam.

This comment was marked as spam.

@chcosta
Copy link
Member Author

chcosta commented Sep 17, 2018

FYI @vtbassmatt

@chcosta
Copy link
Member Author

chcosta commented Sep 17, 2018

I'm going to merge this tomorrow morning (9/18) unless there's additional feedback.

@vtbassmatt
Copy link

Re: the package URLs, you should get the new domain if you hit the web UI via the new domain. I wouldn't let that block you for now, though. LGTM.

@chcosta chcosta merged commit 3d83b4f into dotnet:master Sep 19, 2018
@chcosta chcosta deleted the url-change branch September 19, 2018 18:12
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.

None yet

7 participants