Skip to content

Commit

Permalink
add .net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent d9801e0 commit 260705e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
- name: Debug GitVersion config presence
run: cat src/gitversion.yml

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.x"
dotnet-quality: "ga"

- name: Setup GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
Expand All @@ -66,7 +72,6 @@ jobs:
targetPath: ${{ github.workspace }}
configFilePath: "src/gitversion.yml"


- name: Validate preview settings
run: |
if [[ "${{ github.event.inputs.environment }}" == "nuget.org" ]] && \
Expand Down

0 comments on commit 260705e

Please sign in to comment.