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 0f8c5ea commit a36db81Copy full SHA for a36db81
.github/workflows/dotnet.yml
@@ -21,6 +21,8 @@ jobs:
21
dotnet-version: 6.0.x
22
- name: Restore dependencies
23
run: dotnet restore
24
+ - if: ${{ secrets.NUGET_TEST_TOKEN != '' }}
25
+ run: echo 'This step will only run if the secret has a value set.'
26
- name: Build
27
run: dotnet build --configuration Release --no-restore
28
- name: Test
0 commit comments