繁体   English   中英

在Asp.net核心中,dotnet.exe publish命令无法生成.exe文件

[英]In Asp.net core , dotnet.exe publish command , fails to generate a .exe file

我在github位置https://github.com/aspnet/MusicStore/tree/dev/test/E2ETests下载了开源项目

当我尝试使用以下命令发布项目时,它无法生成E2ETest.exe文件。

    dotnet.exe publish -o c:\..\E2EClient -c Release

好的,任何人都可以帮助我,我想将Published文件夹部署到另一台计算机上。

测试未编译为.exe,请注意,它们没有入口点(即Main方法)。 它们被编译为dll,然后与xunit运行程序一起运行。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM