Feb 02 2024
07:00 AM
- last edited on
Mar 05 2024
05:25 PM
by
TechCommunityAP
Feb 02 2024
07:00 AM
- last edited on
Mar 05 2024
05:25 PM
by
TechCommunityAP
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?