gpt4 book ai didi

.net-core - 在 Travis CI 上构建 .NET Core 2.0

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

我将我的测试和演示项目迁移到了 .NET Core 2.0。我尝试构建此项目,但出现此错误:

/home/travis/build/MarkKhromov/The-Log/TheLog.Demos/TheLog.Demos.csproj.metaproj : error MSB4025: The project file could not be loaded. Could not find file '/home/travis/build/MarkKhromov/The-Log/TheLog.Demos/TheLog.Demos.csproj.metaproj

我在 .travis.yml 中写了这个:

language: csharp
mono: none
dotnet: 2.0.0
script:
- dotnet restore
- dotnet build ./TheLog.sln
- dotnet test ./TheLog.Tests/

我做错了什么?在本地构建很好。

最佳答案

我设法解决了这个问题,如下所示:我在 .travis.yml 中写道:

language: csharp
mono: none
dotnet: 2.0.0
script:
- dotnet restore
- dotnet build ./TheLog/
- dotnet build ./TheLog.Demos/
- dotnet test ./TheLog.Tests/

但对我来说,当我尝试编译解决方案(.sln)文件时为什么会出现这些错误仍然是个谜

关于.net-core - 在 Travis CI 上构建 .NET Core 2.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46132189/

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