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 cb911fe commit 87e88bbCopy full SHA for 87e88bb
.github/workflows/Build-Test-And-Deploy.yml
@@ -21,6 +21,8 @@ jobs:
21
22
- run: |
23
[[ -z "${NUGET_AUTH_TOKEN}" ]] && echo 'does not exist' || echo "exists"
24
+ env:
25
+ NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_PAT }}
26
27
- name: Set up .NET Core
28
uses: actions/setup-dotnet@v4
0 commit comments