Add NuGet source for TimetableDesigner
This commit is contained in:
2
.github/workflows/pull_request_main.yml
vendored
2
.github/workflows/pull_request_main.yml
vendored
@@ -18,5 +18,7 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user