Skip to content

Commit f451093

Browse files
Merge pull request #3052 from microsoft/rajrang/fixEverything.sln
Remove shim folder and update Everything
2 parents af248d2 + 4eac150 commit f451093

File tree

6 files changed

+235
-690
lines changed

6 files changed

+235
-690
lines changed

.github/workflows/build-and-test-SHIM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818

1919
env:
20-
SOLUTION: ./SHIM/Microsoft.ApplicationInsights.Shim.sln
20+
SOLUTION: ./Everything.sln
2121
TEST_RESULTS_DIRECTORY: ${{ github.workspace }}/TestResults
2222

2323
strategy:

.github/workflows/codeql-csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
solution:
48-
- ./SHIM/Microsoft.ApplicationInsights.Shim.sln
48+
- ./Everything.sln
4949
include:
5050
- language: csharp
5151
build-mode: manual

.github/workflows/nightly.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

.github/workflows/sanity.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
solution: [./SHIM/Microsoft.ApplicationInsights.Shim.sln]
22+
solution: [
23+
./Everything.sln,
24+
./ProjectsForSigning.sln,
25+
./LOGGING/Logging.sln,
26+
./BASE/Microsoft.ApplicationInsights.sln,
27+
./WEB/Src/Microsoft.ApplicationInsights.Web.sln]
2328

2429
steps:
2530
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)