【发布时间】:2016-05-19 23:06:11
【问题描述】:
我有一个 ASP.NET Core RC2 项目,我正在尝试将它发布到 IIS 并且命令 dotnet publish-iis ALWAYS 给出:
Asp.Net Core IIS Publisher
Usage: dotnet publish-iis [arguments] [options]
Arguments:
<PROJECT> The path to the project (project folder or project.json) being published. If empty the current directory is used.
Options:
-h|--help Show help information
--publish-folder|-p The path to the publish output folder
-f|--framework <FRAMEWORK> Target framework of application being published
有没有例子说明这是如何工作的? 如何传递参数?它永远不会工作......
【问题讨论】:
标签: iis asp.net-core publish