This commit is contained in:
Timothy Mothra 2022-07-27 15:42:01 -07:00 коммит произвёл GitHub
Родитель 87265e9276
Коммит 397128ad58
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 6 удалений

13
.github/CONTRIBUTING.md поставляемый
Просмотреть файл

@ -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:

1
.github/workflows/sanity.yml поставляемый
Просмотреть файл

@ -22,6 +22,7 @@ jobs:
solution: [
./NETCORE/ApplicationInsights.AspNetCore.sln,
./Everything.sln,
./ProjectsForSigning.sln,
./examples/Examples.sln,
./LOGGING/Logging.sln,
./BASE/Microsoft.ApplicationInsights.sln,