问题描述
几年来,我们有几个CodePlex GIT存储库。提交和推送总是很困难而且速度非常慢。
For several years we have several CodePlex GIT repositories. It's been always difficult to commit and push and it is very slow.
今天我整天都尝试将新版本上传到CodePlex而没有任何成功。
我我现在真的完成了CodePlex,我正在研究替代方案。
Today I tried all day to upload new releases to CodePlex without any success.
I'm really done with CodePlex right now and I'm investigating alternatives.
我们已经将Visual Studio Online用于我们的一个Web应用程序,我想知道是否应该将我们的桌面应用程序移动到Visual Studio Online。但我们需要保留GIT的历史。这可能吗?
我们有一个C#和C ++桌面应用程序。我们是否也可以使用Contentious Build或仅用于Web应用程序的CD / CI?
VSO是否提供"下载安装程序"页面?
We already use Visual Studio Online for one of our Web Applications and I wonder if we should move our Desktop applications to Visual Studio Online as well. But we need to retain the GIT history. Is this possible?
And we have a C# and C++ desktop application. Can we use Contentious Build for these as well or is CD/CI for Web Applications only?
Does VSO offer a 'Download installers'-page?
有人有这方面的经验吗?
Does anybody have experience with this?
谢谢,
保罗
推荐答案
如果你使用新的构建引擎,构建输出将显示为构建。你可以有多个输出,比如一个用于web项目,一个用于客户端。
If you use the new build engine, the build output will be presented as a build. you can have multiple outputs like one for the web project and one for the client.
问候,
Asha
Regards,
Asha
这篇关于将具有历史记录的Codeplex GIT仓库移至VSO - >好主意?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!