Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 42
Home
Vijay Ramakrishnan edited this page Feb 22, 2018
·
2 revisions
ASP.NET websdk repo contains the tasks, targets and packages required to build and publish Web Applications.
The websdk repo contains code for the following packages
- Microsoft.NET.Sdk.Web.ProjectSystem
- Microsoft.NET.Sdk.Publish &
- Microsoft.NET.Sdk.Web (Meta-package containing dependency to Microsoft.NET.Sdk.Web.ProjectSystem & Microsoft.NET.Sdk.Publish)
Project System package defines the following:
- Default globs for the ASP.NET Core Web Projects.
- Project Capabilities for ASP.NET Core Web Projects.
Publish package contains the tasks and targets to publish an ASP.NET core web application.
The following Publish methods are currently supported by the Publish package:
- Folder Publish
- MsDeploy Publish
- MsDeploy Package Publish