Web publish support for ASP.NET 5 in Visual Studio 2015
Перейти к файлу
Vijay Ramakrishnan 208f66f0d0
Merge pull request #80 from terrajobst/code-of-conduct
Link Code of Conduct
2020-04-09 12:40:43 -07:00
e2etests adding license to source files #3 2015-04-08 14:54:09 -07:00
samples Updating the version to v1.1.1 2016-05-16 14:53:58 -07:00
tests Re-factoring the publish-module 2016-06-10 16:16:25 -07:00
.gitattributes Webdeploy changes to support publishing dotnet app 2016-04-06 09:43:08 -07:00
.gitignore initial commit 2014-11-01 18:22:29 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct 2020-04-08 15:11:01 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 12:01:49 -07:00
Ensure-PublishModuleLoaded.snippet.ps1 Updating the version to v1.1.1 2016-05-16 14:53:58 -07:00
GetPackageDownloader.ps1 Updating the version to v1.1.1 2016-05-16 14:53:58 -07:00
GetPublishModule.ps1 Updating the version to v1.1.1 2016-05-16 14:53:58 -07:00
LICENSE.txt fixing license #1 2015-04-08 14:48:22 -07:00
README.md ASP.NET 5 -> ASP.NET Core 2016-03-14 21:52:18 -07:00
appveyor.ps1 adding license to source files #3 2015-04-08 14:54:09 -07:00
appveyor.yml updating appveyor to pickup the right files 2015-04-08 17:09:34 -07:00
build.ps1 minor update to loadpester 2015-10-10 11:00:25 -07:00
package-downloader.nuspec Updating the version to v1.1.1 2016-05-16 14:53:58 -07:00
package-downloader.psm1 Updating the version to v1.1.1 2016-05-16 14:53:58 -07:00
publish-module-blob.nuspec Updating the version to v1.1.1 2016-05-16 14:53:58 -07:00
publish-module-blob.psm1 adding license to source files #3 2015-04-08 14:54:09 -07:00
publish-module.nuspec Updating the version to v1.1.1 2016-05-16 14:53:58 -07:00
publish-module.psm1 Fixed some typos in publish-module.psm1 2016-12-25 11:25:19 +02:00
todo.md Updating paramter names. Fixed #12 2014-12-09 19:23:30 -08:00

README.md

publish-module

Build status

In Visual Studio 2015 we have a new PowerShell based web publish process for ASP.NET Core. In this repository you'll find the default Visual Studio web publish script, as well as the PowerShell modules that it depends on.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.