Add NuGet source for GitHub packages

This commit is contained in:
2026-01-15 23:51:54 +01:00
committed by GitHub
Unverified
parent 9566aa0ff6
commit 58ea64c461

View File

@@ -18,5 +18,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 10.0.x
- name: Add source
run: dotnet nuget add source --username TimetableDesigner --password ${{secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/TimetableDesigner/index.json"
- name: Build
run: dotnet build
run: dotnet build