Skip to content

Commit

Permalink
Merge pull request #32 from NikRimington/develop
Browse files Browse the repository at this point in the history
[AMENDS] Workflow amends
  • Loading branch information
NikRimington authored Dec 17, 2023
2 parents 42f0bd8 + 28fafba commit e72ec41
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,21 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup .NET
- name: Setup .NET 6
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x

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

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

- name: Build project
run: dotnet build src\HC.PageNotFoundManager\HC.PageNotFoundManager.csproj --configuration Release

Expand Down

0 comments on commit e72ec41

Please sign in to comment.