Skip to content

Commit 4ffc07f

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
env:
2525
NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_PAT }}
2626
27+
- run: |
28+
[[ -z "${{ secrets.AZURE_DEVOPS_PAT }}" ]] && echo 'does not exist' || echo "exists"
29+
2730
- name: Set up .NET Core
2831
uses: actions/setup-dotnet@v4
2932
with:

0 commit comments

Comments
 (0)