Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
Vijay Ramakrishnan edited this page Feb 22, 2018 · 2 revisions

Microsoft.NET.Sdk.Web

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

  1. Microsoft.NET.Sdk.Web.ProjectSystem
  2. Microsoft.NET.Sdk.Publish &
  3. Microsoft.NET.Sdk.Web (Meta-package containing dependency to Microsoft.NET.Sdk.Web.ProjectSystem & Microsoft.NET.Sdk.Publish)

Microsoft.NET.Sdk.Web.ProjectSystem

Project System package defines the following:

  • Default globs for the ASP.NET Core Web Projects.
  • Project Capabilities for ASP.NET Core Web Projects.

Microsoft.NET.Sdk.Publish

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