gpt4 book ai didi

.net-core - 如何将 "dotnet publish"与 pubxml 文件一起使用?

转载 作者:行者123 更新时间:2023-12-05 03:01:20 37 4
gpt4 key购买 nike

我有一个 .net Core 应用程序和一些 pubxml 文件。当我从 Visual Studio 发布时,它有效。但我不知道如何从命令行发布。

This question没有帮助:

  • dotnet publish -c Release MyApp/p:PublishProfile=MyApp\Properties\PublishProfiles\Win64.pubxml 发布可移植版本
  • 进入 MyApp 文件夹也无济于事
  • 链接的问题有一个 link to a Github issue但这是关于 msbuild,我想使用 dotnet publish

我错过了什么?

最佳答案

有更新的answer关于解决您问题的另一个问题。

简短的版本是您需要提供项目路径 pubxml 文件的路径作为 dotnet publish 的参数。

dotnet publish .\pathToYourProject\projectFile.csproj --configuration Release /p:PublishProfile=.\pathToYourPubXmlFolder\PubProfile.pubxml

如此处所述,这应该适用于 Windows,但不适用于 Linux。

关于.net-core - 如何将 "dotnet publish"与 pubxml 文件一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55904089/

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