Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprieur authored Dec 12, 2022
1 parent 4c63b11 commit e71883c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
dotnet-version: 7.0.x

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

# Run the tests
- name: Pack
run: dotnet pack --configuration Release Microsoft.Identity.Abstractions.sln

0 comments on commit e71883c

Please sign in to comment.