We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c72de commit 599d121Copy full SHA for 599d121
.github/workflows/build.yml
@@ -21,8 +21,11 @@ jobs:
21
8.0.x
22
- name: Build and test
23
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
25
dotnet restore
26
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
27
+ env:
28
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
osx-build:
30
runs-on: macos-13
31
steps:
0 commit comments