Add NuGet source for TimetableDesigner

This commit is contained in:
2026-01-28 23:33:32 +01:00
committed by GitHub
Unverified
parent bdd8c6e694
commit 759b984941

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