https://github.com/sayedihashimi/publish-module
Sample showing how we can create a PS module that can be used for web publishing
https://github.com/sayedihashimi/publish-module
Last synced: 6 months ago
JSON representation
Sample showing how we can create a PS module that can be used for web publishing
- Host: GitHub
- URL: https://github.com/sayedihashimi/publish-module
- Owner: sayedihashimi
- License: other
- Created: 2014-11-02T01:00:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T21:05:54.000Z (over 10 years ago)
- Last Synced: 2025-01-11T22:19:30.988Z (over 1 year ago)
- Language: PowerShell
- Size: 1.45 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
publish-module
==============
[](https://ci.appveyor.com/project/aspnetci/vsweb-publish)
In Visual Studio 2015 we have a new PowerShell based web publish process for ASP.NET 5. In this repository you'll find the [default Visual Studio web publish script](https://github.com/aspnet/vsweb-publish/blob/master/samples/default-publish.ps1), as well as the PowerShell modules that it depends on.
This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://www.github.com/aspnet/home) repo.