Skip to content

Commit cb911fe

Browse files
Update Build-Test-And-Deploy.yml
1 parent 889b3b7 commit cb911fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515
build-and-test:
1616
runs-on: ubuntu-latest
1717
environment: "BuildAndUploadImage"
18-
env:
19-
TEST_TAG: user/app:test
2018

2119
steps:
2220
- uses: actions/checkout@v4
2321

22+
- run: |
23+
[[ -z "${NUGET_AUTH_TOKEN}" ]] && echo 'does not exist' || echo "exists"
24+
2425
- name: Set up .NET Core
2526
uses: actions/setup-dotnet@v4
2627
with:

0 commit comments

Comments
 (0)