microsoft / azure-pipelines-extensions

Collection of all RM and deployment extensions
http://www.visualstudio.com/explore/release-management-vs
MIT License
275 stars 425 forks source link

Add release pipeline for IIS Web App Deployment Using WinRM #1193

Closed LeftTwixWand closed 9 months ago

LeftTwixWand commented 9 months ago

Added release pipeline to automate delivery of the IIS Web App Deployment Using WinRM extension. This action triggers on new tags which starts with: iiswebapp- To start the delivery, just create a new release with tag iiswebapp-x.x.x where x.x.x is the version of the extension. Like this: iiswebapp-1.6.6

Binaries after the build would be attached as release asset: image