Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 941 Bytes

ProjectProperties.md

File metadata and controls

10 lines (8 loc) · 941 Bytes

Project Properties

In addition to the standard set of MSBuild properties supported by Microsoft.NET.Sdk, projects in this repo often use these additional properties.

Property name Meaning
IsShippingPackage When set to true, the package produced by from project is intended for use by customers. Defaults to false, which means the package is intended for internal use only by Microsoft teams.
IsAspNetCoreApp Set to true when the assembly is part of the Microsoft.AspNetCore.App shared framework and is not available as a NuGet package (unless IsShippingPackage is also set to true).
TestDependsOnMssql Set to true when your tests depends on SQL Server. This will ensure distribute tests on Helix install LocalDB (more information on Helix).