From 759b98494146b9a44d91319cff110b1e71768324 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Wed, 28 Jan 2026 23:33:32 +0100 Subject: [PATCH] Add NuGet source for TimetableDesigner --- .github/workflows/pull_request_main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request_main.yml b/.github/workflows/pull_request_main.yml index 0b9e5bf..0d96df4 100644 --- a/.github/workflows/pull_request_main.yml +++ b/.github/workflows/pull_request_main.yml @@ -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