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 b0c8a51 commit b2f712cCopy full SHA for b2f712c
.github/workflows/snapshot.yml
@@ -30,6 +30,13 @@ jobs:
30
uses: microsoft/setup-msbuild@v2
31
with:
32
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
40
- name: Install Bonjour SDK
41
if: ${{ runner.os == 'Windows' }}
42
uses: crazy-max/ghaction-chocolatey@v3
0 commit comments