Skip to content

Commit

Permalink
Forced Install of net7
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardog committed Jan 16, 2025
1 parent de30051 commit 38ff0a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
permissions:
contents: write
steps:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x

- name: List Installed .NET SDKs
run: dotnet --list-sdks

- name: Install dependencies
run: choco install GitVersion.Portable --version 5.6.11 --confirm --no-progress; choco install NuGet.CommandLine GitVersion.Portable wixtoolset --confirm --no-progress
- uses: actions/checkout@v2
Expand Down

0 comments on commit 38ff0a7

Please sign in to comment.