Skip to content

StanislavUshakov/MSBuild.WMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSBuild.WMI

Custom MSBuild Tasks for managing IIS

Now 2 tasks are available: 1 - AppPool: CheckExists/Create/Start/Stop Application Pool 2 - WebSite: CheckExists/Create/Start/Stop Web Site

Example form deploy.proj:

<MSBuild.WMI.AppPool TaskAction="CheckExists" AppPoolName="$(AppPoolName)" Machine="$(Machine)" UserName="$(User)" Password="$(Password)">
  <Output TaskParameter="Exists" PropertyName="AppPoolExists"/>
</MSBuild.WMI.AppPool>

About

Custom MSBuild Tasks for managing IIS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published