Skip to content

Commit

Permalink
build: remove net7.0 from pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed May 6, 2024
1 parent 67ab30f commit e458347
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/multiframework-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
dotnet-version: |
8.0.x
7.0.x
6.0.x
- uses: actions/checkout@v3
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/net-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build
run: |
dotnet build --configuration Release .\Vonage\Vonage.csproj
dotnet build --configuration Release .\Vonage.Test\Vonage.Test.csproj -f net7.0
dotnet build --configuration Release .\Vonage.Test\Vonage.Test.csproj -f net8.0
- name: Test
run: dotnet-coverage collect 'dotnet test --configuration Release --no-build -f net7.0 --filter Category!=Integration' -f xml -o 'coverage.xml'
- name: End SonarScanner
Expand Down

0 comments on commit e458347

Please sign in to comment.