junde.site.setup 1.0.5

dotnet add package junde.site.setup --version 1.0.5
NuGet\Install-Package junde.site.setup -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="junde.site.setup" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add junde.site.setup --version 1.0.5
#r "nuget: junde.site.setup, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install junde.site.setup as a Cake Addin
#addin nuget:?package=junde.site.setup&version=1.0.5

// Install junde.site.setup as a Cake Tool
#tool nuget:?package=junde.site.setup&version=1.0.5

auto create a iis site with parameters。
使用方式:
在web程序的生成事件中,后期生成事件命令行添加以下命令:
$(ProjectDir)bin\junde.site.setup.exe $(ProjectDir) yourSiteName
然后打开浏览器,访问
http://yourSiteName
即可,免去F5运行调试的麻烦。
如果想要调试,依旧可以F5运行或者使用附加进程的方式。
参数1:路径
参数2:iis站点名
备注:由于需要创建iis内的站点,vs需要管理员模式运行
备注2:目前有bug,绕过的方式是,不要在路径中包含空格

仅限IIS(windows)+web程序

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 1,090 12/4/2017
1.0.2 884 12/4/2017
1.0.1 950 12/4/2017
1.0.0 876 12/4/2017