Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 0 additions & 55 deletions .github/workflows/build-and-test-LOGGING.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/build-and-test-NETCORE.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
# .NET CLI: https://docs.microsoft.com/dotnet/core/tools/
# Description: The purpose of this workflow is to compile and run unit tests.

name: Build And Test, BASE
name: Build And Test, SHIM

on:
workflow_dispatch:
push:
branches: [ main ]
branches: [ "main", "develop", "master" ]
pull_request:
branches: [ main ]
branches: [ "main", "develop", "master" ]

jobs:
build-test-BASE:
build-test-SHIM:

runs-on: ${{ matrix.os }}

env:
SOLUTION: ./BASE/Microsoft.ApplicationInsights.sln
SOLUTION: ./SHIM/Microsoft.ApplicationInsights.Shim.sln
TEST_RESULTS_DIRECTORY: ${{ github.workspace }}/TestResults

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
framework: [net452, net462, net472, net480, net481, netcoreapp3.1, net6.0, net7.0, net8.0, net9.0]
framework: [net462, net472, net480, net481, net8.0, net9.0]
include:
- os: ubuntu-latest
args: "--filter TestCategory!=WindowsOnly"
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/build-and-test-WEB.yml

This file was deleted.

11 changes: 1 addition & 10 deletions .github/workflows/codeql-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@ jobs:
fail-fast: false
matrix:
solution:
- ./NETCORE/ApplicationInsights.AspNetCore.sln
- ./Everything.sln
- ./ProjectsForSigning.sln
- ./examples/Examples.sln
- ./LOGGING/Logging.sln
- ./BASE/Microsoft.ApplicationInsights.sln
- ./WEB/Src/Microsoft.ApplicationInsights.Web.sln
- ./SHIM/Microsoft.ApplicationInsights.Shim.sln
include:
- language: csharp
build-mode: manual
Expand All @@ -72,9 +66,6 @@ jobs:
uses: actions/setup-dotnet@v4.3.1
with:
dotnet-version: |
3.1.x
6.0.x
7.0.x
8.0.x
9.0.x

Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/redfield-sanity-check.yml

This file was deleted.

12 changes: 1 addition & 11 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
solution: [
./NETCORE/ApplicationInsights.AspNetCore.sln,
./Everything.sln,
./ProjectsForSigning.sln,
./examples/Examples.sln,
./LOGGING/Logging.sln,
./BASE/Microsoft.ApplicationInsights.sln,
./WEB/Src/Microsoft.ApplicationInsights.Web.sln]
solution: [./SHIM/Microsoft.ApplicationInsights.Shim.sln]

steps:
- uses: actions/checkout@v4
Expand All @@ -35,9 +28,6 @@ jobs:
uses: actions/setup-dotnet@v4.3.1
with:
dotnet-version: |
3.1.x
6.0.x
7.0.x
8.0.x
9.0.x

Expand Down
15 changes: 0 additions & 15 deletions SHIM/Microsoft.ApplicationInsights.Shim.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkerService", "..\example
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "..\WEB\Src\Web\Web\Web.csproj", "{6835434F-678C-EAA1-AFBF-3ABDA158022B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassicAspNetWebApp", "..\examples\ClassicAspNetWebApp\ClassicAspNetWebApp.csproj", "{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.WebApp", "..\NETCORE\test\IntegrationTests.WebApp\IntegrationTests.WebApp.csproj", "{0935B859-7B8E-8DFF-B593-F8AADB676DD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests.Tests", "..\NETCORE\test\IntegrationTests.Tests\IntegrationTests.Tests.csproj", "{5001237F-504A-A179-82C7-DB6F861D57F7}"
Expand Down Expand Up @@ -149,18 +147,6 @@ Global
{6835434F-678C-EAA1-AFBF-3ABDA158022B}.Release|x64.Build.0 = Release|Any CPU
{6835434F-678C-EAA1-AFBF-3ABDA158022B}.Release|x86.ActiveCfg = Release|Any CPU
{6835434F-678C-EAA1-AFBF-3ABDA158022B}.Release|x86.Build.0 = Release|Any CPU
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}.Debug|x64.ActiveCfg = Debug|Any CPU
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}.Debug|x64.Build.0 = Debug|Any CPU
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}.Debug|x86.ActiveCfg = Debug|Any CPU
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}.Debug|x86.Build.0 = Debug|Any CPU
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}.Release|Any CPU.Build.0 = Release|Any CPU
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}.Release|x64.ActiveCfg = Release|Any CPU
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}.Release|x64.Build.0 = Release|Any CPU
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}.Release|x86.ActiveCfg = Release|Any CPU
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619}.Release|x86.Build.0 = Release|Any CPU
{0935B859-7B8E-8DFF-B593-F8AADB676DD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0935B859-7B8E-8DFF-B593-F8AADB676DD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0935B859-7B8E-8DFF-B593-F8AADB676DD8}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -194,7 +180,6 @@ Global
{638BEEB8-40A0-47E0-9410-0B61FB9D6FA5} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{52878653-54FF-8F20-7D86-98CE35C8BBFB} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{FE4868CE-CE53-464D-B676-ED54519A99B3} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{31EB3F86-42C6-4792-8ADA-E9D9AA5F7619} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C15D81D-35A4-4FD4-B98C-4A47ED4B98EB}
Expand Down
Loading