Skip to content

Commit

Permalink
implement change request
Browse files Browse the repository at this point in the history
  • Loading branch information
kllysng committed Jan 11, 2024
1 parent d2c1a5e commit acd41bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup .NET 7.0.x
- name: Setup .NET 8.0.x
uses: actions/[email protected]
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

# Run the tests
- name: Build with .NET 7.0.x
- name: Build with .NET 8.0.x
run: dotnet test --configuration Release Microsoft.Identity.Abstractions.sln

# Run the tests
Expand Down

0 comments on commit acd41bc

Please sign in to comment.