Skip to content

Commit 0501e48

Browse files
Undo
1 parent dabb93d commit 0501e48

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

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-
- run: |
26-
[[ -z "${{ secrets.AZURE_DEVOPS_PAT }}" ]] && echo 'does not exist' || echo "exists"
27-
2820
- name: Set up .NET Core
2921
uses: actions/setup-dotnet@v4
3022
with:

0 commit comments

Comments
 (0)