gpt4 book ai didi

github - Azure Devops ci 管道无法构建 asp.net core 项目,因为它位于 github repo 的子文件夹中

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

我必须构建一个带有角度前端的 asp.net core spa 项目。因此,我创建了两个文件夹,一个用于 asp.net core API,另一个用于 Angular 项目,并将其推送到 GitHub 上。我正在将该项目与 Azure Pipe Lines 集成! GitHub 中的应用程序,以便我可以使用 Azure DevOps 轻松执行 ci/cd。请注意,我只想在子文件夹中构建 API 项目。项目的github链接:https://github.com/lazyfahim/tritronv2和 azure yml 管道代码:https://github.com/lazyfahim/tritronv2/blob/master/azure-pipelines.yml

构建终端中显示的错误消息是

    MSBUILD : error MSB1003: Specify a project or solution file. The 
current working directory does not contain a project or solution file.
##[error]Bash exited with code '1'.
##[section]Finishing: dotnet build Release

最佳答案

您只需编辑 yaml 并将 dotnet 构建指向您的特定项目文件,例如:

steps:
- script: dotnet build SomeFolder\SomeProject.csproj --configuration $(buildConfiguration)
displayName: 'dotnet build $(buildConfiguration)'

关于github - Azure Devops ci 管道无法构建 asp.net core 项目,因为它位于 github repo 的子文件夹中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56899467/

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