.net - 带有 bitbucket 管道的 Msbuild

标签 .net msbuild continuous-integration bitbucket

我们在自己的 bitbucket 存储库中有多个 dotnet 项目(dot net framework 4.7.1)。我们喜欢实现持续集成,以便存储库中的每个检查都应该运行自动单元测试并创建构建并将构建上传到 AWS S3 存储桶。我找不到任何有用的信息。

我们没有使用 dotnet 核心。我们需要使用 MSBuild。

最佳答案

我面临同样的问题。
目前不支持 MSBuild,但有一个针对此功能的公开“提案”here .

似乎他们正在与微软合作,预计到 2019 年年中会有一个产品:

(...) it is unlikely that we'll have anything production ready for Bitbucket users until mid-2019, always subject to change based on the progress on the blocking issues.



同时,我们可以通过投票来表达我们的兴趣。

关于.net - 带有 bitbucket 管道的 Msbuild,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50756693/

相关文章:

.net - MSTest 是否有流畅的断言 API?

c# - 当前连接到 PC 的 USB 设备(友好名称)是什么?

c# - 实现个人用户帐户和 Azure AD 身份验证

javascript - Bitbucket 管道和非 headless Puppeteer?

firebase - 在 github 操作上运行 firebase 模拟器

c# - Azure 生产环境中数据库迁移的最佳实践

.net - ASP.NET MVC 和 FubuMVC 之间的主要区别是什么?

jenkins - 使用 Jenkins 发布 ASP.NET CORE 项目的配置

azure - 如何更新 Azure 上的 msbuild?

c# - CodeContracts 似乎没有任何原因导致构建失败