Add NuGet source for GitHub Packages

This commit is contained in:
2026-01-28 23:34:13 +01:00
committed by GitHub
Unverified
parent db25e852a6
commit e911ffb726

View File

@@ -20,6 +20,8 @@ jobs:
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: 10.0.x 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 - name: Build
run: dotnet build run: dotnet build
- name: Setup GitVersion - name: Setup GitVersion