Skip to content

Commit c755e5e

Browse files
Setup nuget.org source.
1 parent 44a1560 commit c755e5e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/veracode.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ jobs:
5353
- name: Set default build configuration
5454
if: ${{ github.event.inputs.configuration == '' }}
5555
run: echo "BuildConfiguration=Release" >> $env:GITHUB_ENV
56+
57+
- uses: actions/setup-dotnet@v1
58+
with:
59+
source-url: https://nuget.pkg.github.com/genexuslabs/index.json
60+
env:
61+
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
62+
5663
- name: Build
5764
run: |
5865
$configuration = "Release"

0 commit comments

Comments
 (0)