gpt4 book ai didi

.net - 使用 MSBuild 构建混合 DotNet Core/.NET Framework

转载 作者:行者123 更新时间:2023-12-01 03:24:14 26 4
gpt4 key购买 nike

dotnet msbuild
从 sln 目录工作

C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe

从解决方案目录作品

我不希望 VS 2017 必须安装在构建机器上,所以我安装了来自 https://www.visualstudio.com/downloads/ 的“Visual Studio 2017 构建工具” .
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\msbuild.exe

对 sln 中的每个项目进行轰炸,并出现错误:

error MSB4019: The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\Sdks\Microsoft.NET.Sdk\Sdk\Sdk.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.



事实上 - 它不存在于磁盘上。它只存在于 VS 子文件夹中

C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Sdks

我已经手动尝试安装 .NET 4.6 SDK、.NET Core 1.0 SDK 和 .NET Core 1.0.1 SDK(x86 和 x64 版本)。

有什么方法可以使 MSBuild 正常运行,还是像其他很多东西一样无法修复?

最佳答案

我现在找到的唯一方法是创建一个编译配置,其中我针对所有 .NetCore 和 .net Standard 项目以及其他针对所有 .Net 项目(或仅使用发布配置)。

然后我使用 MsBuild 两次来构建。

MSBuild.exe MySolution.sln/p:Configuration=DotNetCore

MSBuild.exe MySolution.sln/p:Configuration=Release

它适用于 VS2017 解决方案。

关于.net - 使用 MSBuild 构建混合 DotNet Core/.NET Framework,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42930926/

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