I have an ASP.NET Core RC2 Project, I'm trying to publish it to IIS and the command dotnet publish-iis
ALWAYS gives:
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
Is there even an example of how this works? How do I pass the parameters? It never works...