Skip to content

Commit

Permalink
adding .NET 8 to publish nugets GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 15, 2023
1 parent bf806ee commit fc7400f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/publish_lamar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,21 @@ jobs:

steps:
- uses: actions/checkout@v2

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

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Setup .NET 5
dotnet-version: 7.0.x
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x

- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
7 changes: 7 additions & 0 deletions Lamar.sln
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LamarWithMinimalApiOnNet6",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinimalApiTests", "src\MinimalApiTests\MinimalApiTests.csproj", "{23D34C12-A3A0-4399-94A3-08616AE7C934}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{D6AA9FAA-7E79-48E1-A538-1FE3402991B0}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\publish_lamar.yml = .github\workflows\publish_lamar.yml
.github\workflows\docs.yml = .github\workflows\docs.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit fc7400f

Please sign in to comment.