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 dabb93d commit 0501e48Copy full SHA for 0501e48
.github/workflows/Build-Test-And-Deploy.yml
@@ -17,14 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
20
- - run: |
21
- [[ -z "${NUGET_AUTH_TOKEN}" ]] && echo 'does not exist' || echo "exists"
22
- env:
23
- NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_PAT }}
24
-
25
26
- [[ -z "${{ secrets.AZURE_DEVOPS_PAT }}" ]] && echo 'does not exist' || echo "exists"
27
28
- name: Set up .NET Core
29
uses: actions/setup-dotnet@v4
30
with:
0 commit comments