Skip to content

Commit

Permalink
Install dotnet 8 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessMadMath committed Jan 24, 2025
1 parent 7ab8c94 commit 9b5f6af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{ secrets.GSOFT_NUGET_API_KEY }}

- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"

- run: ./Build.ps1
shell: pwsh
env:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
fetch-depth: 0

- uses: actions/setup-dotnet@v4

- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"

- run: ./Build.ps1
shell: pwsh
Expand Down

0 comments on commit 9b5f6af

Please sign in to comment.