{"id":20156299,"url":"https://github.com/dsccommunity/xwebdeploy","last_synced_at":"2025-12-11T21:33:18.127Z","repository":{"id":30468280,"uuid":"34022266","full_name":"dsccommunity/xWebDeploy","owner":"dsccommunity","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-22T14:34:25.000Z","size":55,"stargazers_count":7,"open_issues_count":12,"forks_count":13,"subscribers_count":19,"default_branch":"dev","last_synced_at":"2024-03-14T13:02:28.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsccommunity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-15T22:43:09.000Z","updated_at":"2021-05-16T16:25:03.000Z","dependencies_parsed_at":"2022-08-22T23:40:32.714Z","dependency_job_id":null,"html_url":"https://github.com/dsccommunity/xWebDeploy","commit_stats":null,"previous_names":["powershell/xwebdeploy"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxWebDeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxWebDeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxWebDeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxWebDeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsccommunity","download_url":"https://codeload.github.com/dsccommunity/xWebDeploy/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248120972,"owners_count":21051060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T23:38:19.998Z","updated_at":"2025-12-11T21:33:18.067Z","avatar_url":"https://github.com/dsccommunity.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build status](https://ci.appveyor.com/api/projects/status/slalax51x0djryqc/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xwebdeploy/branch/master)\r\n\r\n# xWebDeploy\r\n\r\nThe **xWebDeploy** module contains the **xWebPackageDeploy** and **xWebDeploy** DSC resources for installing an IIS site using the WebDeploy IIS extension (MSWebDeploy version 3.5).\r\n\r\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\r\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\r\n\r\n## Contributing\r\nPlease check out common DSC Resources [contributing guidelines](https://github.com/PowerShell/DscResource.Kit/blob/master/CONTRIBUTING.md).\r\n\r\n\r\n## Resources\r\n\r\n* **xWebDeploy** is a composite configuration that installs the WebDeploy 3.5 IIS extensions and deploys an IIS site from a given web package that was exported from a reference server suing MSWebDeploy 3.0 or 3.5.\r\nxWebDeploy supports Web Deploy sync, dump verbs, and iisApp and contentPath parameters.\r\nNote: This composite resource requires the **Package** resource that ships with PowerShell 4.0.\r\n* **xWebPackageDeploy** installs an IIS site from a given web deploy package formatted as a zip file.\r\n\r\n### xWebDeploy\r\n\r\n* **SourcePath**: The full path on the filesystem where the web deploy package (as a zip file) is located.\r\n* **Destination**: The IIS content path or IIS site name to install the WebDeploy Zip package.\r\n* **WebDeployMsi**: The URI to download WebDeploy version 3.5.\r\n\r\n### xWebPackageDeploy\r\n\r\n* **SourcePath**: The full path on the filesystem where the web deploy package (as a zip file) is located.\r\n* **Destination**: The IIS content path or IIS site name to install the WebDeploy zip package.\r\n* **Ensure**: Ensures that the web package is installed: { Present | Absent }\r\n\r\n## Versions\r\n\r\n### Unreleased\r\n\r\n* Update appveyor.yml to use the default template.\r\n* Activated the GitHub App Stale on the GitHub repository.\r\n* Updated manifest property PowerShellVersion to '4.0' to pass tests.\r\n* Added unit_template.ps1 to Tests\\Unit folder.\r\n* Added default template files .codecov.yml, .gitattributes, and .gitignore, and\r\n  .vscode folder.\r\n\r\n### 1.2.0.0\r\n* xWebPackageDeploy: Fixed comparison to check if Destination contains any backslash\r\n\r\n### 1.1.0.0\r\n\r\n* Added WebdeployMsi setting to make xWebDeploy work without internet access\r\n\r\n### 1.0.0.0\r\n\r\n* Initial release with the following resources\r\n    - xWebDeploy\r\n    - xWebPackageDeploy\r\n\r\n## Examples\r\n\r\n### Deploy IIS site from the given zip package using the WebDeploy composite resource\r\n\r\n```powershell\r\n# You need to provide $SourcePath and $Destination parameter values to be able to run this sample Sample\r\n# Note that xWebDeploy is installing WebDeploy extension from default install location \"$env:ProgramFiles\\WindowsPowerShell\\Modules\\xWebDeploy\\InstallerMsi.\r\n# Run xWebDeploySample.ps1 from xWebDeploy\\Samples\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxwebdeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsccommunity%2Fxwebdeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxwebdeploy/lists"}