Add NuGet source for TimetableDesigner

This commit is contained in:
2026-01-15 23:51:17 +01:00
committed by GitHub
Unverified
parent c1a50c4f65
commit 34986ad778

View File

@@ -20,6 +20,8 @@ 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
- name: Setup GitVersion