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 889b3b7 commit cb911feCopy full SHA for cb911fe
.github/workflows/Build-Test-And-Deploy.yml
@@ -15,12 +15,13 @@ jobs:
15
build-and-test:
16
runs-on: ubuntu-latest
17
environment: "BuildAndUploadImage"
18
- env:
19
- TEST_TAG: user/app:test
20
21
steps:
22
- uses: actions/checkout@v4
23
+ - run: |
+ [[ -z "${NUGET_AUTH_TOKEN}" ]] && echo 'does not exist' || echo "exists"
24
+
25
- name: Set up .NET Core
26
uses: actions/setup-dotnet@v4
27
with:
0 commit comments