Skip to content

Commit

Permalink
Update CI to support net8
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jan 16, 2024
1 parent 75955e0 commit 95f609c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: NuGet Setup
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
dotnet-version: |
7.0.x
8.0.x
- name: "NuGet Add Source Organization"
run: if ("${{ secrets.ORGANIZATION_SOURCE_PACKAGE_PASSWORD }}" -ne "") { dotnet nuget add source --username ${{ secrets.ORGANIZATION_SOURCE_PACKAGE_USERNAME }} --password ${{ secrets.ORGANIZATION_SOURCE_PACKAGE_PASSWORD }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${{github.repository_owner}}/index.json" }

Expand Down

0 comments on commit 95f609c

Please sign in to comment.