Skip to content

Commit

Permalink
update inventory of solutions (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra authored Jul 27, 2022
1 parent 87265e9 commit 397128a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
solution: [
./NETCORE/ApplicationInsights.AspNetCore.sln,
./Everything.sln,
./ProjectsForSigning.sln,
./examples/Examples.sln,
./LOGGING/Logging.sln,
./BASE/Microsoft.ApplicationInsights.sln,
Expand Down

0 comments on commit 397128a

Please sign in to comment.