LanceLyons
Feb 02, 2024Copper Contributor
Looking for Powershell approach to deploying a Visual Studio web package zip file
We have been using ADO to deploy web package zip files to IIS sites. Now looking at some work in Harness and need a Powershell approach to deploying these same zip files.
the deploy approach has to be familiar with the package structure of Visual Studio when its builds with /p:WebPublishMethod=Package.
the zip file has quite a few levels of folder structure starting with
Content\ folder systeminfo.xml parameters.xml archive.xml
Are there any powershell commands that will deploy these types of web packages?