Skip to content

Commit

Permalink
Dotnet 8 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joseftw committed Nov 14, 2023
1 parent 5d7b754 commit 8795a4e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
name: .NET

on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test -c Release --no-build --verbosity normal
dotnet-version: |
8.0.x
dotnet-quality: 'ga'
- name: Verify
run: dotnet test -c Release --verbosity normal
5 changes: 5 additions & 0 deletions JOS.ApiKeyAuthentication.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JOS.ApiKeyAuthentication.We
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JOS.ApiKeyAuthentication.Web.Tests", "test\JOS.ApiKeyAuthentication.Web.Tests\JOS.ApiKeyAuthentication.Web.Tests.csproj", "{9EBD5C5D-4CED-4188-99A7-F1783A355D0B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{7391201F-7150-4899-A34C-2725A6E7E3D5}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 8795a4e

Please sign in to comment.