gpt4 book ai didi

msbuild - 在 AppVeyor 中使用 MSBuild 14.0/C# 6.0 构建

转载 作者:行者123 更新时间:2023-12-02 04:46:51 24 4
gpt4 key购买 nike

我正在尝试构建一个 library在 AppVeyor 中使用 C# 6.0 代码。我试过 this update from AppVeyor 中的配置, this discussionthis blog post .

这是我做的:

  • 从 AppVeyor 网络界面选择 Visual Studio 2015 作为操作系统
  • 将 MSBuild 14.0 文件夹添加到路径(从 Web 界面和 appveyor.yml 都尝试过)

    SET PATH=C:\Program Files (x86)\MSBuild\14.0\Bin\;%PATH%
  • 更改了解决方案文件中的这些行

    # Visual Studio 14
    VisualStudioVersion = 14.0.23107.0
  • 尝试使用自定义构建脚本调用 MSBuild

这些都不起作用。它仍然选择 MSBuild 12.0 并失败。我还能尝试什么?有人让它工作,我看不出我错过了什么。

最佳答案

除了上述尝试之外,您还需要确保使用的是 Visual Studio 2015 图像。

关于msbuild - 在 AppVeyor 中使用 MSBuild 14.0/C# 6.0 构建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32154590/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com