Skip to content

Commit 599d121

Browse files
add our nuget package registry
1 parent b5c72de commit 599d121

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ jobs:
2121
8.0.x
2222
- name: Build and test
2323
run: |
24+
dotnet nuget add source --api-key ${GITHUB_TOKEN} --store-password-in-clear-text --name github https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
2425
dotnet restore
2526
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2629
osx-build:
2730
runs-on: macos-13
2831
steps:

0 commit comments

Comments
 (0)