build use nuget

This commit is contained in:
Kilian von Pflugk 2024-05-11 20:11:25 +00:00 committed by GitHub
parent f0b8fb4fea
commit 6765b282cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,12 +35,9 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: |
dotnet nuget add source --username ${{ github.repository_owner }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name jellyfin-pre "https://nuget.pkg.github.com/jellyfin/index.json"
dotnet tool install --global dotnet-outdated-tool
dotnet outdated -pre Always -u -inc Jellyfin
run: dotnet restore
- name: Embed version info
run: echo "${{ github.sha }}" > ConfusedPolarBear.Plugin.IntroSkipper/Configuration/version.txt