An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

publish-module
==============

[![Build status](https://ci.appveyor.com/api/projects/status/6svdkhdj34u58kj5?svg=true)](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.