Skip to content

Commit b2f712c

Browse files
dkocherAliveDevil
authored andcommitted
Add NuGet configuration.
1 parent b0c8a51 commit b2f712c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/snapshot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ jobs:
3030
uses: microsoft/setup-msbuild@v2
3131
with:
3232
msbuild-architecture: x64
33+
- name: "NuGet"
34+
if: runner.os == 'windows'
35+
env:
36+
NugetCredentials: "Username=${{ github.actor }};Password=${{ secrets.GITHUB_TOKEN }}"
37+
run: |
38+
echo "NuGetPackageSourceCredentials_gh-ikvmnet=${{ env.NugetCredentials }}" >> $env:GITHUB_ENV
39+
echo "NuGetPackageSourceCredentials_gh-iterate-ch=${{ env.NugetCredentials }}" >> $env:GITHUB_ENV
3340
- name: Install Bonjour SDK
3441
if: ${{ runner.os == 'Windows' }}
3542
uses: crazy-max/ghaction-chocolatey@v3

0 commit comments

Comments
 (0)