How to publicly share a Visual Studio Online Repository?

可紊 提交于 2019-11-29 02:30:19

问题


I was wondering if there was a way I could share my repository on VSO publicly? I use TFVC in Visual Studio, but I'll admit I'm new at it so I'm not really sure how to go about doing nor the steps to take to do it.


回答1:


UPDATE 2018-05-10 There is now limited public preview of Public projects in VSTS

Join: https://blogs.msdn.microsoft.com/devops/2018/04/27/vsts-public-projects-limited-preview/

I have joined and have made one of my projects public. There are still significant limitations in its capabilities and the current goal is to enable folks using GitHub for Issues and Code to now use VSTS for CI/CD.

Example: https://nkdagility.visualstudio.com/vsts-sync-migration

While VSTS Public projects are still limited in capability you can still push your code to GitHub

You can use the https://marketplace.visualstudio.com/items?itemName=nkdagility.gittasks build tasks from the marketplace to publish/push your code to GitHub to make it public.

I do this with all of my Open Source projects so that i can use VSTS as primary and just post to GitHub. Even works to bring pull requests in from GitHub.

Example: https://github.com/nkdAgility/vsts-sync-migration



来源:https://stackoverflow.com/questions/29471403/how-to-publicly-share-a-visual-studio-online-repository

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!