Skip to content

Commit 87e88bb

Browse files
Update Build-Test-And-Deploy.yml
1 parent cb911fe commit 87e88bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Build-Test-And-Deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
- run: |
2323
[[ -z "${NUGET_AUTH_TOKEN}" ]] && echo 'does not exist' || echo "exists"
24+
env:
25+
NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_PAT }}
2426
2527
- name: Set up .NET Core
2628
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)