gpt4 book ai didi

dnx - 如何确定 dnu/dotnet 发布的输出文件夹

转载 作者:行者123 更新时间:2023-12-04 17:08:08 27 4
gpt4 key购买 nike

当我发布我的项目时
dotnet publish
它输出到一个文件夹
bin/Debug/dnxcore50/osx.10.11-x64/publish
(或者可能是 Release 等价物)

是否可以确定 project.json 文件中指定的发布后脚本的此文件夹位置?

最佳答案

由于 dotnet/cli gitter channel 的快速响应,您可以。以下变量可用:

%publish:ProjectPath%
%publish:Configuration%
%publish:OutputPath%
%publish:TargetFramework%
%publish:FullTargetFramework%
%publish:Runtime%

Source

这是预编译/后编译的:
%compile:TargetFramework%
%compile:FullTargetFramework%
%compile:Configuration%
%compile:OutputFile%
%compile:OutputDir%
%compile:ResponseFile%
%compile:RuntimeOutputDir%
%compile:RuntimeIdentifier%
%compile:CompilerExitCode% // postcompile only

Source

关于dnx - 如何确定 dnu/dotnet 发布的输出文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36730901/

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