Skip to content

Commit

Permalink
Non-LTS net70 SDK no longer needed in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille authored Nov 22, 2023
1 parent 35b52a8 commit 8cfb6ab
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
assemblyVersion: ${{ env.BuildVersion }}.${{ github.run_number }}
fileVersion: ${{ env.BuildVersion }}.${{ github.run_number }}

- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x

- name: Setup LTS .NET
uses: actions/setup-dotnet@v3
with:
Expand All @@ -53,10 +48,10 @@ jobs:
env:
TestAssembly: ICSharpCode.AvalonEdit.Tests\bin\${{ matrix.configuration }}\net6.0-windows\ICSharpCode.AvalonEdit.Tests.dll

- name: net7.0-windows Unit Tests
- name: net8.0-windows Unit Tests
run: vstest.console $env:TestAssembly
env:
TestAssembly: ICSharpCode.AvalonEdit.Tests\bin\${{ matrix.configuration }}\net7.0-windows\ICSharpCode.AvalonEdit.Tests.dll
TestAssembly: ICSharpCode.AvalonEdit.Tests\bin\${{ matrix.configuration }}\net8.0-windows\ICSharpCode.AvalonEdit.Tests.dll

- name: net462 Unit Tests
run: vstest.console $env:TestAssembly
Expand Down

0 comments on commit 8cfb6ab

Please sign in to comment.