update inventory of solutions (#2643)
This commit is contained in:
Родитель
87265e9276
Коммит
397128ad58
|
@ -6,12 +6,13 @@
|
|||
|
||||
## Solutions
|
||||
|
||||
- **Everything.sln** - this will build all projects and all tests.
|
||||
- **ProjectsForSigning.sln** - this builds all shipping projects.
|
||||
- **BASE\Microsoft.ApplicationInsights.sln** - this builds the Base SDK and ServerTelemetryChannel.
|
||||
- **WEB\Microsoft.ApplicationInsights.Web.sln** - this builds the ASP.NET projects.
|
||||
- **NETCORE\ApplicationInsights.AspNetCore.sln** - this builds the .NET Core projects.
|
||||
- **LOGGING\Logging.sln** - this builds the logging adapters.
|
||||
- **Everything.sln** - this contains all projects and all tests.
|
||||
- **ProjectsForSigning.sln** - this contains all shipping projects without tests.
|
||||
- **BASE\Microsoft.ApplicationInsights.sln** - this contains the Base SDK and ServerTelemetryChannel.
|
||||
- **WEB\src\Microsoft.ApplicationInsights.Web.sln** - this contains the ASP.NET projects.
|
||||
- **NETCORE\ApplicationInsights.AspNetCore.sln** - this contains the .NET Core projects.
|
||||
- **LOGGING\Logging.sln** - this contains the logging adapters.
|
||||
- **examples\Examples.sln** - this contains example apps which demonstrate configuration concepts.
|
||||
|
||||
## Pre-requisites:
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ jobs:
|
|||
solution: [
|
||||
./NETCORE/ApplicationInsights.AspNetCore.sln,
|
||||
./Everything.sln,
|
||||
./ProjectsForSigning.sln,
|
||||
./examples/Examples.sln,
|
||||
./LOGGING/Logging.sln,
|
||||
./BASE/Microsoft.ApplicationInsights.sln,
|
||||
|
|
Загрузка…
Ссылка в новой задаче